Skip to content

Commit

Permalink
fix: No Write rights on Host for Molecule Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Aug 31, 2023
1 parent 0d7e40c commit 5040db5
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 @@ -11,7 +11,7 @@ platforms:
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
privileged: true
pre_build_image: true
Expand Down

0 comments on commit 5040db5

Please sign in to comment.