mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
move image name into correct position
Docker-DCO-1.1-Signed-off-by: Aaron Feng <aaron.feng@gmail.com> (github: aaronfeng)
This commit is contained in:
parent
e6ae8f6d21
commit
31e5958009
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ data volumes from multiple containers.
|
|||
Interestingly, you can mount the volumes that came from the ``DATA`` container in
|
||||
yet another container via the ``client1`` middleman container::
|
||||
|
||||
$ docker run -t -i -rm -volumes-from client1 ubuntu -name client2 bash
|
||||
$ docker run -t -i -rm -volumes-from client1 -name client2 ubuntu bash
|
||||
|
||||
This allows you to abstract the actual data source from users of that data,
|
||||
similar to :ref:`ambassador_pattern_linking <ambassador_pattern_linking>`.
|
||||
|
|
Loading…
Reference in a new issue