propellor spin
This commit is contained in:
parent
d902a4924b
commit
bbca48d44b
|
@ -241,7 +241,8 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
|
|||
ident = ContainerIdent image hn cn runps
|
||||
|
||||
getrunningident :: IO (Maybe ContainerIdent)
|
||||
getrunningident = simpleShClient (namedPipe cid) "cat" [propellorIdent] $ \rs -> do
|
||||
getrunningident = catchDefaultIO Nothing $
|
||||
simpleShClient (namedPipe cid) "cat" [propellorIdent] $ \rs -> do
|
||||
print (rs, extractident rs)
|
||||
return $ extractident rs
|
||||
|
||||
|
|
Loading…
Reference in New Issue