From b456e8aedc3328dd30113b849a4b977c6543c63b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Apr 2014 14:28:16 -0400 Subject: require docker installed --- Propellor/Property/Docker.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Propellor/Property/Docker.hs') 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 -- cgit v1.2.3