shorter
This commit is contained in:
parent
ec61b8f5d6
commit
defb0bd037
|
@ -94,7 +94,7 @@ containerProperties findcontainer = \h -> case toContainerId h of
|
||||||
containerDesc :: ContainerId -> Property -> Property
|
containerDesc :: ContainerId -> Property -> Property
|
||||||
containerDesc cid p = p `describe` desc
|
containerDesc cid p = p `describe` desc
|
||||||
where
|
where
|
||||||
desc = "docker container " ++ fromContainerId cid ++ " " ++ propertyDesc p
|
desc = "[" ++ fromContainerId cid ++ "] " ++ propertyDesc p
|
||||||
|
|
||||||
-- | Ensures that a docker container is set up and running. The container
|
-- | Ensures that a docker container is set up and running. The container
|
||||||
-- has its own Properties which are handled by running propellor
|
-- has its own Properties which are handled by running propellor
|
||||||
|
|
Loading…
Reference in New Issue