Explorar o código

Add some note when creating a base image

Andreas Streichardt %!s(int64=9) %!d(string=hai) anos
pai
achega
d3d3c4ef33
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      arangodb/content.md

+ 4 - 0
arangodb/content.md

@@ -138,3 +138,7 @@ If want to save a few bytes you can alternatively use [busybox](https://registry
 ```console
 ```console
 unix> docker run -d --name arangodb-persist -v /var/lib/arangodb busybox true
 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.