mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Merge pull request #5 from resin-io/RES-1334-dont-mount-docker-sock
Don't bind mount docker.sock
This commit is contained in:
commit
964f935c3f
@ -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…
Reference in New Issue
Block a user