From 811e9299555b0c905376db985111a4cae795686c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Carranza=20V=C3=A9lez?= Date: Thu, 15 Oct 2015 22:37:57 +0000 Subject: [PATCH] Don't bind mount docker.sock. It doesn't exist on devices that use rce --- CHANGELOG.md | 1 + src/application.coffee | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e1d010..0a73e127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/application.coffee b/src/application.coffee index b0b6ffd1..97d218ee 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -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 ->