propellor spin
This commit is contained in:
parent
e4c008c5de
commit
e06121e055
|
@ -149,7 +149,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
|
|||
, name (fromContainerId cid)
|
||||
]
|
||||
|
||||
chaincmd = ["./propellor", "--continue", show $ ChainDocker $ show ident]
|
||||
chaincmd = [localdir </> "propellor", "--continue", show $ ChainDocker $ show ident]
|
||||
|
||||
go img = ifM (runContainer img (runps ++ ["-i", "-d", "-t"]) chaincmd)
|
||||
( return MadeChange
|
||||
|
|
Loading…
Reference in New Issue