Update dockervolumes.md

Missed double hyphen in `--volumes-from` option
Upstream-commit: 3ce5fde7ab86bb5307129b77fa09225ca07b1128
Component: engine
This commit is contained in:
Ivan Fraixedes
2014-06-23 16:08:34 +01:00
parent 0da85d5bbc
commit ea235c6d42

View File

@ -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