Merge pull request #5 from resin-io/RES-1334-dont-mount-docker-sock

Don't bind mount docker.sock
This commit is contained in:
Pablo Carranza Vélez 2015-10-16 11:37:58 -03:00
commit 964f935c3f
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 ->