Adjust Link description to match target

The target document headline is "Managing data in containers" and so should the link be named.
This commit is contained in:
Henning Sprang 2014-07-15 22:24:08 +02:00 committed by Tibor Vass
parent bfc4403d5f
commit ff64867b75
1 changed files with 2 additions and 2 deletions

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