Make all applications privileged

This commit is contained in:
Petros Aggelatos 2013-12-30 01:14:38 +00:00 committed by Pablo Carranza Vélez
parent cec5347c6c
commit 57e8b10928

View File

@ -67,7 +67,7 @@ exports.start = start = (app) ->
Cmd: ['/bin/bash', '-c', '/start web']
)
).then((container) ->
container.startAsync()
container.startAsync(Privileged: true)
)
exports.restart = restart = (app) ->