Update dockervolumes.md
Missed double hyphen in `--volumes-from` option Upstream-commit: 3ce5fde7ab86bb5307129b77fa09225ca07b1128 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user