diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index e9715ca..a712d7b 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