mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-22 02:16:43 +00:00
Don't bind mount docker.sock. It doesn't exist on devices that use rce
This commit is contained in:
parent
84fca22485
commit
811e929955
@ -1,3 +1,4 @@
|
||||
* Don't bind mount (the sometimes non-existent) docker.sock [Pablo]
|
||||
* Expose a RESIN_SUPERVISOR_VERSION env var to app [Pablo]
|
||||
|
||||
# v1.1.1
|
||||
|
@ -147,8 +147,6 @@ application.start = start = (app) ->
|
||||
'/lib/firmware:/lib/firmware'
|
||||
'/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'
|
||||
]
|
||||
Promise.try ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user