From efc272533cefacc2cab0c9e95745c5590c80ccc9 Mon Sep 17 00:00:00 2001 From: Praneeth Bodduluri Date: Thu, 10 Sep 2015 14:04:33 +0300 Subject: [PATCH] Also mount the host dbus on host_run/dbus --- src/application.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application.coffee b/src/application.coffee index aaa5b14c..f6e88bdf 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -214,6 +214,7 @@ exports.start = start = (app) -> '/lib/modules:/lib/modules' '/lib/firmware:/lib/firmware' '/run/dbus:/run/dbus' + '/run/dbus:/host_run/dbus' '/var/run/docker.sock:/run/docker.sock' '/etc/resolv.conf:/etc/resolv.conf:rw' ]