This commit is contained in:
Joey Hess 2014-04-01 14:00:46 -04:00
parent d73dd30044
commit 2c66d0d475
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = Property (contai
, workdir localdir
]
chaincmd = ["./propellor", show $ ChainDocker $ show ident]
chaincmd = ["./propellor", "--continue", show $ ChainDocker $ show ident]
go img = ifM (runContainer img (runps ++ ["-i", "-d", "-t"]) chaincmd)
( return MadeChange