Add support for host dbus system (#274)

This commit is contained in:
Pascal Vizeli
2017-12-12 09:10:39 +01:00
committed by GitHub
parent fd41bda828
commit 26d8dc0ec6
6 changed files with 31 additions and 13 deletions

View File

@@ -103,6 +103,7 @@ ATTR_DEVICES = 'devices'
ATTR_ENVIRONMENT = 'environment'
ATTR_HOST_NETWORK = 'host_network'
ATTR_HOST_IPC = 'host_ipc'
ATTR_HOST_DBUS = 'host_dbus'
ATTR_NETWORK = 'network'
ATTR_TMPFS = 'tmpfs'
ATTR_PRIVILEGED = 'privileged'