From ff9647cf9de929b69727fde1e5370d2a483950f0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Oct 2014 13:21:42 -0400 Subject: propellor spin --- src/Propellor/Property/Docker.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Docker.hs') diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index f441197e..e5c26f6d 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -333,6 +333,7 @@ runningContainer cid@(ContainerId hn cn) image runps = containerDesc cid $ prope restartcontainer = do oldimage <- liftIO $ fromMaybe image <$> commitContainer cid + liftIO $ print ("restarting", oldimage) void $ liftIO $ removeContainer cid go oldimage -- cgit v1.2.3