Skip to content

Commit

Permalink
fix(molecule): add cgroupns_mode
Browse files Browse the repository at this point in the history
as mentioned in ansible/molecule#3665
  • Loading branch information
chubchubsancho committed Apr 12, 2023
1 parent 606c4fc commit 9b1e921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lint: |
platforms:
- name: "instance"
image: "$image:$version"
cgroupns_mode: host
command: /sbin/init
pre_build_image: false
privileged: true
Expand All @@ -24,7 +25,7 @@ platforms:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw

provisioner:
log: true
Expand Down

0 comments on commit 9b1e921

Please sign in to comment.