diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-04 15:04:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-04 15:04:53 -0400 |
| commit | 00b27119eeee67669688746e3a80347db9cf23ec (patch) | |
| tree | e8f54ee893dd8caa8c4e6ecbe4025beac88cd17f | |
| parent | 50a9e826a3661e2b7456997213bdf404bb7b542b (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Docker.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
