diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index b8e1a2c..c923254 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -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