Skip to content

Commit

Permalink
docs: include docker-compose sample at the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Aug 2, 2023
1 parent a5c6a8b commit f7e0158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ image::jakarta-data.gif[Data]

* Install docker: https://www.docker.com/
* https://hub.docker.com/r/couchbase/server/
* Run docker command
* Run three Docker commands
** `docker run -d --name mongodb-instance -p 27017:27017 mongo`
** `docker run -e ARANGO_NO_AUTH=1 -d --name arangodb-instance -p 8529:8529 -d arangodb/arangodb`
** `docker run -d --name db -p 8091-8097:8091-8097 -p 9123:9123 -p 11207:11207 -p 11210:11210 -p 11280:11280 -p 18091-18097:18091-18097 couchbase`
* You also have the option for running docker-compose:
** `docker-compose up -d`
* Execute the test `mvn clean verify`

== References
Expand Down

0 comments on commit f7e0158

Please sign in to comment.