Skip to content

Commit

Permalink
mount whole sys
Browse files Browse the repository at this point in the history
  • Loading branch information
machariamuguku committed Mar 13, 2024
1 parent e442e80 commit 2761663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platforms:
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /sys:/sys:ro
env:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
Expand All @@ -28,7 +28,7 @@ platforms:
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /sys:/sys:ro
env:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
Expand All @@ -39,7 +39,7 @@ platforms:
command: ${MOLECULE_DOCKER_COMMAND:-""}
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /sys:/sys:ro
env:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
Expand Down

0 comments on commit 2761663

Please sign in to comment.