From 19c5a08bfaf360d1bc70aca4231b010c110c9a15 Mon Sep 17 00:00:00 2001 From: Henning Sprang Date: Tue, 15 Jul 2014 22:24:08 +0200 Subject: [PATCH] Adjust Link description to match target The target document headline is "Managing data in containers" and so should the link be named. Upstream-commit: fb51a330bb1bfb442f2e220a39a991ea0c69c69b Component: engine --- components/engine/docs/sources/reference/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/reference/run.md b/components/engine/docs/sources/reference/run.md index f8ced8d734..9e4ba574df 100644 --- a/components/engine/docs/sources/reference/run.md +++ b/components/engine/docs/sources/reference/run.md @@ -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).