diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-02 14:28:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-02 14:28:16 -0400 |
| commit | b456e8aedc3328dd30113b849a4b977c6543c63b (patch) | |
| tree | 9b62dfd3e595caae79f349ee6ee5a41b0ffce77c | |
| parent | 0297a11eaa502e36ea45d206eee3809d1ae2f73a (diff) | |
require docker installed
| -rw-r--r-- | Propellor/Property/Docker.hs | 2 |
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 |
