We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f3af0 + 4c1aba7 commit d46443fCopy full SHA for d46443f
README.MD
@@ -47,6 +47,14 @@ The DMC uses the wakemeops image as base image.
47
| DISTRIBUTION | no | ubuntu | distribution that should be used, see also [wakemeops](https://hub.docker.com/u/wakemeops) | | distribution: debian |
48
| VERSION | no | latest | specific version | | version: buster |
49
50
+#### Base
51
+
52
+Basic Setup of the DMC.
53
54
+| ENV | Default |
55
+| --------- | ------- |
56
+| CONTAINER | true |
57
58
#### Tools
59
60
Tools to be installed within the DMC.
template.d/01_base
@@ -1,3 +1,4 @@
1
+ENV CONTAINER=true
2
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3
4
# default packages to install
0 commit comments