mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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 <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
parent
f637eaca5d
commit
af891a6751
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ container with two new volumes:
|
||||||
|
|
||||||
This command will create the new container with two new volumes that
|
This command will create the new container with two new volumes that
|
||||||
exits instantly (`true` is pretty much the smallest,
|
exits instantly (`true` is pretty much the smallest,
|
||||||
simplest program that you can run). Once created you can mount its
|
simplest program that you can run). You can then mount its
|
||||||
volumes in any other container using the `--volumes-from`
|
volumes in any other container using the `run` `--volumes-from`
|
||||||
option; irrespective of whether the container is running or
|
option; irrespective of whether the volume container is running or
|
||||||
not.
|
not.
|
||||||
|
|
||||||
Or, you can use the VOLUME instruction in a Dockerfile to add one or
|
Or, you can use the VOLUME instruction in a Dockerfile to add one or
|
||||||
|
|
Loading…
Reference in a new issue