Skip to content

Instantly share code, notes, and snippets.

@gautiermichelin
Created January 28, 2017 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gautiermichelin/9be29c49db43f00378307047e2b6af9c to your computer and use it in GitHub Desktop.
Save gautiermichelin/9be29c49db43f00378307047e2b6af9c to your computer and use it in GitHub Desktop.
Installer ArangoDB sous Docker
#!/bin/bash
docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -p 8529:8529 arangodb/arangodb:3.1.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment