We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8360e commit d528604Copy full SHA for d528604
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