浏览代码

Merge pull request #6617 from ifraixedes/patch-1

Update dockervolumes.md
Sven Dowideit 11 年之前
父节点
当前提交
b49cfaffa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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