Restore systemd-debian-latest image
This commit is contained in:
parent
6a491d63f0
commit
40c632734f
|
@ -29,12 +29,15 @@ platforms:
|
|||
- /run
|
||||
- /tmp
|
||||
|
||||
# - name: systemd-debian-latest
|
||||
# image: jrei/systemd-debian:latest
|
||||
# command: /sbin/init
|
||||
# privileged: true
|
||||
# volumes:
|
||||
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- name: systemd-debian-latest
|
||||
image: jrei/systemd-debian:latest
|
||||
command: /sbin/init
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
tmpfs:
|
||||
- /run
|
||||
- /tmp
|
||||
|
||||
# - name: systemd-fedora-latest
|
||||
# image: jrei/systemd-fedora:latest
|
||||
|
|
Loading…
Reference in New Issue