瀏覽代碼

Merge pull request #5949 from nathanleclaire/patch-1

Change single-dash flag usage to double-dash
James Turnbull 11 年之前
父節點
當前提交
a6577708ab
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/use/working_with_links_names.md

+ 2 - 2
docs/sources/use/working_with_links_names.md

@@ -28,8 +28,8 @@ name using the `docker ps` command.
 ## Links: service discovery for docker
 ## Links: service discovery for docker
 
 
 Links allow containers to discover and securely communicate with each
 Links allow containers to discover and securely communicate with each
-other by using the flag `-link name:alias`. Inter-container
-communication can be disabled with the daemon flag `-icc=false`. With
+other by using the flag `--link name:alias`. Inter-container
+communication can be disabled with the daemon flag `--icc=false`. With
 this flag set to `false`, Container A cannot access Container unless
 this flag set to `false`, Container A cannot access Container unless
 explicitly allowed via a link. This is a huge win for securing your
 explicitly allowed via a link. This is a huge win for securing your
 containers. When two containers are linked together Docker creates a
 containers. When two containers are linked together Docker creates a