Commit 5e9177c0 authored by nimrod's avatar nimrod
Browse files

- Use privileged container instead of just adding the sys_admin capability...

- Use privileged container instead of just adding the sys_admin capability (the latter has been shown to be cause unrelated issues).
parent 83e03211
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -34,8 +34,7 @@ docker:
    image: ubuntu
    image_version: xenial
    command: /sbin/init
    cap_add:
      - SYS_ADMIN
    privileged: True
    volume_mounts:
      - /sys/fs/cgroup:/sys/fs/cgroup
      - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket