diff options
| -rw-r--r-- | Propellor/Property/Docker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index b8e1a2c4..c9232548 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 |
