Skip to content

Commit

Permalink
Write is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 1, 2024
1 parent ebdb95d commit d939fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/molecule.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platforms:
image: "${namespace:-{{ docker_namespace }}}/${image:-{{ docker_image }}}:${tag:-{{ docker_tag }}}"
command: /sbin/init
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
provisioner:
Expand Down

0 comments on commit d939fe5

Please sign in to comment.