Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Try setting volumes and cgroupns_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Sep 7, 2023
1 parent 6f32393 commit e7c749f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/centos7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ platforms:
command: ""
pre_build_image: false
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
groups:
- db
- docker
Expand All @@ -24,6 +27,9 @@ platforms:
command: ""
pre_build_image: false
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
groups:
- docker
- web
Expand Down

0 comments on commit e7c749f

Please sign in to comment.