mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-12 04:18:24 +00:00
Add additional mount for the host's docker.sock
This commit is contained in:
committed by
Pablo Carranza Vélez
parent
b78fe94d0b
commit
a15c9e636e
@ -216,6 +216,7 @@ exports.start = start = (app) ->
|
|||||||
'/run/dbus:/run/dbus'
|
'/run/dbus:/run/dbus'
|
||||||
'/run/dbus:/host_run/dbus'
|
'/run/dbus:/host_run/dbus'
|
||||||
'/var/run/docker.sock:/run/docker.sock'
|
'/var/run/docker.sock:/run/docker.sock'
|
||||||
|
'/var/run/docker.sock:/host_run/docker.sock'
|
||||||
'/etc/resolv.conf:/etc/resolv.conf:rw'
|
'/etc/resolv.conf:/etc/resolv.conf:rw'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user