Run ubuntu as privileged
This commit is contained in:
parent
be4f52b728
commit
4eb6a5ae3b
|
@ -10,6 +10,9 @@ driver:
|
||||||
platforms:
|
platforms:
|
||||||
- name: ubuntu-latest
|
- name: ubuntu-latest
|
||||||
image: jrei/systemd-ubuntu:latest
|
image: jrei/systemd-ubuntu:latest
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
- name: centos-latest
|
- name: centos-latest
|
||||||
image: centos/systemd:latest
|
image: centos/systemd:latest
|
||||||
command: /usr/sbin/init
|
command: /usr/sbin/init
|
||||||
|
|
Loading…
Reference in New Issue