1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6617 from ifraixedes/patch-1

Update dockervolumes.md
This commit is contained in:
Sven Dowideit 2014-06-24 08:50:27 +10:00
commit b49cfaffa8

View file

@ -90,7 +90,7 @@ And another:
$ docker run -d --volumes-from dbdata --name db2 training/postgres $ 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. volumes from multiple containers.
You can also extend the chain by mounting the volume that came from the You can also extend the chain by mounting the volume that came from the