Run ubuntu as privileged

This commit is contained in:
Paweł Krawczyk 2021-08-08 20:09:42 +01:00
parent be4f52b728
commit 4eb6a5ae3b
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 3 additions and 0 deletions

View File

@ -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