We are auto generating docker images via our build system so the Dockerfile is a template. To build your own ArangoDB image:
cp Dockerfile.templ Dockerfile
Adjust @VERSION@ in the Dockerfile to the version of arangodb you want to have and issue:
docker build -t arangodb .
This will create an image named arangodb
.
For user documentation please refer to our official docker hub documentation: