improve display
This commit is contained in:
parent
3bfa43d03e
commit
803e1407a0
|
@ -335,7 +335,7 @@ myContainerSuffix = ".propellor"
|
||||||
containerDesc :: ContainerId -> Property -> Property
|
containerDesc :: ContainerId -> Property -> Property
|
||||||
containerDesc cid p = p `describe` desc
|
containerDesc cid p = p `describe` desc
|
||||||
where
|
where
|
||||||
desc = "[" ++ fromContainerId cid ++ "] " ++ propertyDesc p
|
desc = "container " ++ fromContainerId cid ++ " " ++ propertyDesc p
|
||||||
|
|
||||||
runningContainer :: ContainerId -> Image -> [RunParam] -> Property
|
runningContainer :: ContainerId -> Image -> [RunParam] -> Property
|
||||||
runningContainer cid@(ContainerId hn cn) image runps = containerDesc cid $ property "running" $ do
|
runningContainer cid@(ContainerId hn cn) image runps = containerDesc cid $ property "running" $ do
|
||||||
|
|
Loading…
Reference in New Issue