Restore systemd-fedora-latest image
This commit is contained in:
parent
40c632734f
commit
e696d9b482
|
@ -39,13 +39,15 @@ platforms:
|
||||||
- /run
|
- /run
|
||||||
- /tmp
|
- /tmp
|
||||||
|
|
||||||
# - 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:
|
volumes:
|
||||||
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
tmpfs:
|
||||||
|
- /run
|
||||||
|
- /tmp
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|
Loading…
Reference in New Issue