We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98d979d + aa98983 commit c162bc6Copy full SHA for c162bc6
1 file changed
builder/Dockerfile
@@ -53,6 +53,9 @@ RUN curl -#SL -o /progrium_cedarish.tar \
53
https://s3-us-west-2.amazonaws.com/opdemand/progrium_cedarish_cedar.tar
54
55
# define the execution environment
56
+# use VOLUME to remove /var/lib/docker from copy-on-write for performance
57
+# we don't want to stack overlay filesystems
58
+VOLUME /var/lib/docker
59
WORKDIR /app
60
ENTRYPOINT ["/app/bin/entry"]
61
CMD ["/app/bin/boot"]
0 commit comments