From d3d3c4ef33b36d767b659b681a4445a11e0210ed Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Thu, 12 May 2016 16:22:43 +0200 Subject: [PATCH] Add some note when creating a base image --- arangodb/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arangodb/content.md b/arangodb/content.md index 2f702009f..7a0cc8bd2 100644 --- a/arangodb/content.md +++ b/arangodb/content.md @@ -138,3 +138,7 @@ If want to save a few bytes you can alternatively use [busybox](https://registry ```console unix> docker run -d --name arangodb-persist -v /var/lib/arangodb busybox true ``` + +### Using as a base image + +If you are using the image as a base image please make sure to wrap any CMD in the [exec](https://docs.docker.com/engine/reference/builder/#cmd) form. Otherwise the default entrypoint will not do its bootstrapping work.