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