From 31a9632fe32ad87a98a84b899d19e0a861df89ab Mon Sep 17 00:00:00 2001 From: Petros Aggelatos Date: Sat, 18 Jan 2014 00:41:09 +0000 Subject: [PATCH] Bug fix. Needed to declade a volume to use bind mounts --- src/application.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/application.coffee b/src/application.coffee index b32fb35b..508e9ca5 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -65,6 +65,8 @@ exports.start = start = (app) -> docker.createContainerAsync( Image: app Cmd: ['/bin/bash', '-c', '/start web'] + Volumes: + '/dev/snd': {} ) ).then((container) -> container.startAsync(