Fix binding a folder using the wrong id.

This commit is contained in:
Pagan Gazzard 2014-09-20 15:07:20 +01:00 committed by Pablo Carranza Vélez
parent 2746d875f7
commit 4f431d36ed

View File

@ -146,7 +146,7 @@ exports.start = start = (app) ->
Privileged: true
PortBindings: ports
Binds: [
'/resin-data/' + app.id + ':/data'
'/resin-data/' + app.appId + ':/data'
'/lib/modules:/lib/modules'
'/var/run/docker.sock:/run/docker.sock'
]