--- layout: default description: How do you make ArangoDB run in a Docker container? --- How to run ArangoDB in a Docker container ========================================= Problem ------- How do you make ArangoDB run in a Docker container? Solution -------- ArangoDB is now available as an [official repository in the Docker Hub](https://hub.docker.com/_/arangodb/){:target="_blank"} (@see documentation there). **Author:** [Frank Celler](https://github.com/fceller){:target="_blank"} **Tags:** #docker #howto