File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ driver:
18
18
platforms :
19
19
- name : " ${os:-ubuntu20}-${tag:-latest}"
20
20
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
21
+ command : /sbin/init
21
22
volumes :
22
23
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
23
24
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ driver:
18
18
platforms :
19
19
- name : " ${os:-ubuntu20}-${tag:-latest}"
20
20
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
21
+ command : /sbin/init
21
22
volumes :
22
23
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
23
24
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ driver:
15
15
platforms :
16
16
- name : " ${os:-ubuntu20}-${tag:-latest}"
17
17
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
18
+ command : /sbin/init
18
19
volumes :
19
20
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
20
21
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ driver:
15
15
platforms :
16
16
- name : " ${os:-ubuntu20}-${tag:-latest}"
17
17
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
18
+ command : /sbin/init
18
19
volumes :
19
20
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
20
21
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
You can’t perform that action at this time.
0 commit comments