1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Merge pull request #7037 from henning/patch-3

Adjust Link description to match target
Upstream-commit: 5bdf2cf45905f24c5b1e5732bde53b70f833d24b
Component: engine
This commit is contained in:
Sven Dowideit
2014-07-15 21:55:06 +00:00

View File

@@ -435,8 +435,8 @@ mechanism to communicate with a linked container by its alias:
--volumes-from="": Mount all volumes from the given container(s)
The volumes commands are complex enough to have their own documentation
in section [*Share Directories via
Volumes*](/userguide/dockervolumes/#volume-def). A developer can define
in section [*Managing data in
containers*](/userguide/dockervolumes/#volume-def). A developer can define
one or more `VOLUME`'s associated with an image, but only the operator
can give access from one container to another (or from a container to a
volume mounted on the host).