Skip to content

Commit 1ae8e27

Browse files
committed
Consistency changes
1 parent ca95cc9 commit 1ae8e27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

molecule/default/molecule.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ platforms:
88
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu1604}-ansible:latest"
99
command: ${MOLECULE_DOCKER_COMMAND:-""}
1010
volumes:
11-
- /sys/fs/cgroup:/sys/fs/cgroup:ro
11+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
12+
- /var/lib/containerd
13+
cgroupns_mode: host
1214
privileged: true
1315
pre_build_image: true
1416
provisioner:

0 commit comments

Comments
 (0)