propellor spin
This commit is contained in:
parent
50a9e826a3
commit
00b27119ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue