Add volumes to all images

This commit is contained in:
Paweł Krawczyk 2021-08-08 23:27:47 +01:00
parent 32c4ab5215
commit a75f5bc391
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 6 additions and 0 deletions

View File

@ -20,16 +20,22 @@ platforms:
image: centos/systemd:latest image: centos/systemd:latest
command: /usr/sbin/init command: /usr/sbin/init
privileged: true privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: systemd-debian-latest - name: systemd-debian-latest
image: jrei/systemd-debian:latest image: jrei/systemd-debian:latest
command: /sbin/init command: /sbin/init
privileged: true privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: systemd-fedora-latest - name: systemd-fedora-latest
image: jrei/systemd-fedora:latest image: jrei/systemd-fedora:latest
command: /usr/sbin/init command: /usr/sbin/init
privileged: true privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner: provisioner:
name: ansible name: ansible