Restore systemd-debian-latest image
This commit is contained in:
parent
6a491d63f0
commit
40c632734f
|
@ -29,12 +29,15 @@ platforms:
|
||||||
- /run
|
- /run
|
||||||
- /tmp
|
- /tmp
|
||||||
|
|
||||||
# - 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:
|
volumes:
|
||||||
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
tmpfs:
|
||||||
|
- /run
|
||||||
|
- /tmp
|
||||||
|
|
||||||
# - name: systemd-fedora-latest
|
# - name: systemd-fedora-latest
|
||||||
# image: jrei/systemd-fedora:latest
|
# image: jrei/systemd-fedora:latest
|
||||||
|
|
Loading…
Reference in New Issue