diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-10 13:21:42 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-10 13:21:42 -0400 |
| commit | ff9647cf9de929b69727fde1e5370d2a483950f0 (patch) | |
| tree | 5d7b8da6cd32963398eabdd9479cbcb64427a0ec /src/Propellor/Property/Docker.hs | |
| parent | f9258ad68a780b34189755f798f663926627f69a (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Docker.hs')
| -rw-r--r-- | src/Propellor/Property/Docker.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
