This commit is contained in:
Joey Hess 2014-04-01 17:14:56 -04:00
parent ec61b8f5d6
commit defb0bd037
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ containerProperties findcontainer = \h -> case toContainerId h of
containerDesc :: ContainerId -> Property -> Property
containerDesc cid p = p `describe` desc
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
-- has its own Properties which are handled by running propellor