Don't bind mount docker.sock. It doesn't exist on devices that use rce

This commit is contained in:
Pablo Carranza Vélez 2015-10-15 22:37:57 +00:00
parent 84fca22485
commit 811e929955
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 ->