Browse Source

Update dockervolumes.md

Missed double hyphen in `--volumes-from` option
Ivan Fraixedes 11 years ago
parent
commit
3ce5fde7ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/userguide/dockervolumes.md

+ 1 - 1
docs/sources/userguide/dockervolumes.md

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