Skip to content
Snippets Groups Projects
Commit 4070c6a7 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

parents aa623d1a 5e9177c0
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,7 @@ docker: ...@@ -34,8 +34,7 @@ docker:
image: ubuntu image: ubuntu
image_version: xenial image_version: xenial
command: /sbin/init command: /sbin/init
cap_add: privileged: True
- SYS_ADMIN
volume_mounts: volume_mounts:
- /sys/fs/cgroup:/sys/fs/cgroup - /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
...@@ -51,8 +50,7 @@ docker: ...@@ -51,8 +50,7 @@ docker:
image: debian image: debian
image_version: jessie image_version: jessie
command: /sbin/init command: /sbin/init
cap_add: privileged: True
- SYS_ADMIN
volume_mounts: volume_mounts:
- /sys/fs/cgroup:/sys/fs/cgroup - /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment