From 00b27119eeee67669688746e3a80347db9cf23ec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 15:04:53 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 659c39eb..da9ac36d 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -231,6 +231,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci if runningident == Just ident then return NoChange else do + print "container parameters changed" void $ stopContainer cid oldimage <- fromMaybe image <$> commitContainer cid void $ removeContainer cid -- cgit v1.2.3