We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca95cc9 commit 1ae8e27Copy full SHA for 1ae8e27
molecule/default/molecule.yml
@@ -8,7 +8,9 @@ platforms:
8
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu1604}-ansible:latest"
9
command: ${MOLECULE_DOCKER_COMMAND:-""}
10
volumes:
11
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
12
+ - /var/lib/containerd
13
+ cgroupns_mode: host
14
privileged: true
15
pre_build_image: true
16
provisioner:
0 commit comments