Skip to content

Commit

Permalink
Fix cgroup volume permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cook committed May 17, 2024
1 parent baae05a commit 9b685c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms:
image: ${PLATFORM_IMAGE:-"docker.io/geerlingguy/docker-ubuntu2404-ansible:latest"}
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
cgroupns_mode: host
pre_build_image: true
Expand Down

0 comments on commit 9b685c8

Please sign in to comment.