diff options
| -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 = |
