summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-10-23 02:41:47 -0400
committerJoey Hess2014-10-23 02:41:47 -0400
commit9e3485a13b11a464acaa96a4dc0b7cf177e5d102 (patch)
treedb13cc3bd483111a67f8ce2ee9ac2ed3c425484f /src/Propellor/Property
parent9d7a442182a1e0d526f96b422b87353eccc40ae3 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Docker.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index b8e751d5..428d2c20 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -161,7 +161,7 @@ mkContainer cid@(ContainerId hn _cn) h = Container
-- name the container in a predictable way so we
-- and the user can easily find it later
& name (fromContainerId cid)
- & restart RestartAlways
+ -- & restart RestartAlways
-- | Causes *any* docker images that are not in use by running containers to
-- be deleted. And deletes any containers that propellor has set up