From af891a67516149c4db490018430114c137cba9db Mon Sep 17 00:00:00 2001 From: SvenDowideit Date: Wed, 14 May 2014 07:43:41 +1000 Subject: [PATCH] Subject and object containers can be confused and `create` is now a loaded word for some readers Docker-DCO-1.1-Signed-off-by: SvenDowideit (github: SvenDowideit) --- docs/sources/use/working_with_volumes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/use/working_with_volumes.md b/docs/sources/use/working_with_volumes.md index 7d6136b85a..065b867c68 100644 --- a/docs/sources/use/working_with_volumes.md +++ b/docs/sources/use/working_with_volumes.md @@ -42,9 +42,9 @@ container with two new volumes: This command will create the new container with two new volumes that exits instantly (`true` is pretty much the smallest, -simplest program that you can run). Once created you can mount its -volumes in any other container using the `--volumes-from` -option; irrespective of whether the container is running or +simplest program that you can run). You can then mount its +volumes in any other container using the `run` `--volumes-from` +option; irrespective of whether the volume container is running or not. Or, you can use the VOLUME instruction in a Dockerfile to add one or