Because we just can't have init in one place...
This commit is contained in:
parent
c8fd17d52b
commit
32c4ab5215
|
@ -8,20 +8,24 @@ lint: |
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
|
|
||||||
- name: systemd-ubuntu-latest
|
- name: systemd-ubuntu-latest
|
||||||
image: jrei/systemd-ubuntu:latest
|
image: jrei/systemd-ubuntu: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
|
||||||
|
|
||||||
- name: systemd-centos-latest
|
- name: systemd-centos-latest
|
||||||
image: centos/systemd:latest
|
image: centos/systemd:latest
|
||||||
command: /usr/sbin/init
|
command: /usr/sbin/init
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
- name: systemd-debian-latest
|
- name: systemd-debian-latest
|
||||||
image: jrei/systemd-debian:latest
|
image: jrei/systemd-debian:latest
|
||||||
command: /usr/sbin/init
|
command: /sbin/init
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue