mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 09:46:19 +00:00
Expose host dbus to containers. This enables control of host connman
This commit is contained in:
parent
433f0920c8
commit
7ffb65d3fa
@ -116,6 +116,7 @@ exports.start = start = (app) ->
|
||||
Volumes:
|
||||
'/data': {}
|
||||
'/lib/modules': {}
|
||||
'/run/dbus': {}
|
||||
Env: _.map env, (v, k) -> k + '=' + v
|
||||
ExposedPorts: ports
|
||||
)
|
||||
@ -140,6 +141,7 @@ exports.start = start = (app) ->
|
||||
Binds: [
|
||||
'/resin-data/' + app.appId + ':/data'
|
||||
'/lib/modules:/lib/modules'
|
||||
'/run/dbus:/run/dbus'
|
||||
'/var/run/docker.sock:/run/docker.sock'
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user