|
@@ -31,7 +31,7 @@ The supported data models can be mixed in queries and allow ArangoDB to be the a
|
|
|
|
|
|
|
|
> [arangodb.com](https://arangodb.com)
|
|
> [arangodb.com](https://arangodb.com)
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
## Key Features in ArangoDB
|
|
## Key Features in ArangoDB
|
|
|
|
|
|
|
@@ -139,7 +139,7 @@ You can map the container's volumes to a directory on the host, so that the data
|
|
|
|
|
|
|
|
```console
|
|
```console
|
|
|
unix> mkdir /tmp/arangodb
|
|
unix> mkdir /tmp/arangodb
|
|
|
-unix> docker -e ARANGO_RANDOM_ROOT_PASSWORD=1 run -p 8529:8529 -d \
|
|
|
|
|
|
|
+unix> docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -p 8529:8529 -d \
|
|
|
-v /tmp/arangodb:/var/lib/arangodb3 \
|
|
-v /tmp/arangodb:/var/lib/arangodb3 \
|
|
|
arangodb
|
|
arangodb
|
|
|
```
|
|
```
|