Skip to content

rexalways/arangodb-docker

 
 

Repository files navigation

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/

About

Docker container for ArangoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%