/arangodb-docker

Docker container for ArangoDB

Primary LanguageShellApache License 2.0Apache-2.0

dockeri.co

Building your own ArangoDB image

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.

Reference documentation

For user documentation please refer to our official docker hub documentation:

https://hub.docker.com/_/arangodb/

Changing the base distribution

The integration and the release flow this repository is involved in is documented here: https://github.com/arangodb/documents/blob/master/Core/arangodb_docker.md