diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 23:27:52 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 23:27:52 -0400 |
| commit | b6ef135aa73219a84959e41e36258b04a63b1a9e (patch) | |
| tree | 81ffecf9cfa89a032e530f745c9254693ac79267 | |
| parent | 4b899747c8174cb37f827c74673eebec4b14bddb (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Docker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 6a676fd8..95486ae6 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -342,7 +342,7 @@ listContainers status = baseps = ["ps", "--no-trunc"] listImages :: IO [Image] -listImages = lines <$> readProcess dockercmd ["--all", "--quiet"] +listImages = lines <$> readProcess dockercmd ["images", "--all", "--quiet"] runProp :: String -> RunParam -> Containerized Property runProp field val = |
