summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Propellor/Property/Docker.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index e9715cad..a712d7b7 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -52,6 +52,8 @@ docked findc hn cn = findContainer findc hn cn $
let setup = provisionContainer cid
`requires`
runningContainer cid image containerprops
+ `requires`
+ installed
teardown =
Property ("undocked " ++ fromContainerId cid) $
report <$> mapM id