Skip to content

Commit

Permalink
[All] Tweak molecule docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Apr 12, 2024
1 parent a6ea632 commit efba2bc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .config/molecule/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ platforms:
image: jrei/systemd-debian:buster
platform: linux/amd64
dockerfile: ../Dockerfile.debian.buster.j2
privileged: true
cgroupns_mode: host
tmpfs:
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
override_command: false
Expand All @@ -19,8 +21,10 @@ platforms:
image: jrei/systemd-debian:bullseye
platform: linux/amd64
dockerfile: ../Dockerfile.debian.bullseye.j2
privileged: true
cgroupns_mode: host
tmpfs:
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
override_command: false
Expand All @@ -29,8 +33,10 @@ platforms:
image: jrei/systemd-debian:bookworm
platform: linux/amd64
dockerfile: ../Dockerfile.debian.bookworm.j2
privileged: true
cgroupns_mode: host
tmpfs:
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
override_command: false
Expand Down

0 comments on commit efba2bc

Please sign in to comment.