summaryrefslogtreecommitdiffstats
path: root/core/modules/docker-ce/module.conf
diff options
context:
space:
mode:
authorSimon Rettberg2021-12-10 11:21:49 +0100
committerSimon Rettberg2021-12-10 11:21:49 +0100
commit76df68a28ad17133f002b22d17c577f9426b8fd7 (patch)
tree79244ed0a871a1a620ecb66149e2cd3b88229f9b /core/modules/docker-ce/module.conf
parent[run-virt-docker] FIX: check curl response; check bind mound_type; move add_c... (diff)
downloadmltk-76df68a28ad17133f002b22d17c577f9426b8fd7.tar.gz
mltk-76df68a28ad17133f002b22d17c577f9426b8fd7.tar.xz
mltk-76df68a28ad17133f002b22d17c577f9426b8fd7.zip
[docker-ce] New module (target: stage4)
Diffstat (limited to 'core/modules/docker-ce/module.conf')
-rw-r--r--core/modules/docker-ce/module.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/modules/docker-ce/module.conf b/core/modules/docker-ce/module.conf
new file mode 100644
index 00000000..1a45b0f8
--- /dev/null
+++ b/core/modules/docker-ce/module.conf
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+REQUIRED_FILES="
+ /etc/systemd/system/docker.service
+ /etc/subuid
+ /etc/subgid
+"
+
+REQUIRED_BINARIES="
+ docker-no-trivial-root
+"