mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
Add additional mount for the host's docker.sock
This commit is contained in:
parent
b78fe94d0b
commit
a15c9e636e
@ -216,6 +216,7 @@ exports.start = start = (app) ->
|
||||
'/run/dbus:/run/dbus'
|
||||
'/run/dbus:/host_run/dbus'
|
||||
'/var/run/docker.sock:/run/docker.sock'
|
||||
'/var/run/docker.sock:/host_run/docker.sock'
|
||||
'/etc/resolv.conf:/etc/resolv.conf:rw'
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user