propellor spin
This commit is contained in:
parent
4d69d83def
commit
fd9c5fa94c
|
@ -231,7 +231,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
|
||||||
if runningident == Just ident
|
if runningident == Just ident
|
||||||
then return NoChange
|
then return NoChange
|
||||||
else do
|
else do
|
||||||
debug ["container parameters changed"]
|
print ["container parameters changed"]
|
||||||
void $ stopContainer cid
|
void $ stopContainer cid
|
||||||
oldimage <- fromMaybe image <$> commitContainer cid
|
oldimage <- fromMaybe image <$> commitContainer cid
|
||||||
void $ removeContainer cid
|
void $ removeContainer cid
|
||||||
|
|
Loading…
Reference in New Issue