From 80ced1747399e7334f2e769c2f53ede381d9e48b Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Wed, 7 Sep 2016 14:09:46 +0200 Subject: [PATCH] README.md duplicated -d on docker run --- arangodb/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangodb/content.md b/arangodb/content.md index 37363f0fc..cf45cf0b7 100644 --- a/arangodb/content.md +++ b/arangodb/content.md @@ -32,7 +32,7 @@ Furthermore, ArangoDB offers a microservice framework called [Foxx](https://www. In order to start an ArangoDB instance run ```console -unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance -d arangodb +unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance arangodb ``` Will create and launch the arangodb docker instance as background process. The Identifier of the process is printed. By default ArangoDB listen on port 8529 for request and the image includes `EXPOSE 8529`. If you link an application container it is automatically available in the linked container. See the following examples.