summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-02 14:28:16 -0400
committerJoey Hess2014-04-02 14:28:16 -0400
commitb456e8aedc3328dd30113b849a4b977c6543c63b (patch)
tree9b62dfd3e595caae79f349ee6ee5a41b0ffce77c
parent0297a11eaa502e36ea45d206eee3809d1ae2f73a (diff)
require docker installed
-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