diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-08 15:55:58 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-08 15:55:58 -0400 |
| commit | 9755b761bb46bc40d19a2723165424a1f8a27cbb (patch) | |
| tree | 1bc104e89e66bb1e2cd108140d285c549c3becac /src/Propellor | |
| parent | b2f60db9d192f1fe6b761b58839a44b8002dcfa6 (diff) | |
Docker: Stop using docker.io; that was a compat symlink in the Debian package which has been removed in docker.io 1.3.1~dfsg1-2.
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Docker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index d9d5f191..5a7a0840 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -567,7 +567,7 @@ readIdentFile cid = fromMaybe (error "bad ident in identFile") . readish <$> readFile (identFile cid) dockercmd :: String -dockercmd = "docker.io" +dockercmd = "docker" report :: [Bool] -> Result report rmed |
