summaryrefslogtreecommitdiff
path: root/Propellor/Property/Docker.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Property/Docker.hs')
-rw-r--r--Propellor/Property/Docker.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 3e19db4f..dd4f1924 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -61,8 +61,8 @@ fromContainerId (ContainerId hn cn) = cn++"@"++hn
data Container = Container Image [Containerized Property]
-containerFromImage :: Image -> [Containerized Property] -> Container
-containerFromImage = Container
+containerFrom :: Image -> [Containerized Property] -> Container
+containerFrom = Container
containerProperties
:: (HostName -> ContainerName -> Maybe (Container))