From b6ef135aa73219a84959e41e36258b04a63b1a9e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 23:27:52 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property') 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 = -- cgit v1.2.3