From 2c66d0d47595f1df65303af1dc583965ea12a7a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 14:00:46 -0400 Subject: oops --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3