mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update dockervolumes.md
Missed double hyphen in `--volumes-from` option
This commit is contained in:
parent
fa8f89c521
commit
3ce5fde7ab
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ And another:
|
|||
|
||||
$ docker run -d --volumes-from dbdata --name db2 training/postgres
|
||||
|
||||
You can use multiple `-volumes-from` parameters to bring together multiple data
|
||||
You can use multiple `--volumes-from` parameters to bring together multiple data
|
||||
volumes from multiple containers.
|
||||
|
||||
You can also extend the chain by mounting the volume that came from the
|
||||
|
|
Loading…
Add table
Reference in a new issue