This commit is contained in:
Joey Hess 2014-04-08 01:45:19 -04:00
parent 5709f9c4ae
commit e579feed3d
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ volume = runProp "volume"
-- | Mount a volume from the specified container into the current
-- container.
volumes_from :: ContainerName -> Containerized Property
volumes_from cn = genProp "volumes-rom" $ \hn ->
volumes_from cn = genProp "volumes-from" $ \hn ->
fromContainerId (ContainerId hn cn)
-- | Work dir inside the container.