From 1e74cd0e01009bfa8afb6058f748f282da5200d0 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Tue, 20 May 2014 14:38:41 -0700 Subject: [PATCH] Fix a few issues. -single-dash => --double-dash for a few flags, and also there was a missing "B", as in "Container B". Docker-DCO-1.1-Signed-off-by: Nathan LeClaire (github: nathanleclaire) --- docs/sources/use/working_with_links_names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/working_with_links_names.md b/docs/sources/use/working_with_links_names.md index 4b7030d242..d69f3f1751 100644 --- a/docs/sources/use/working_with_links_names.md +++ b/docs/sources/use/working_with_links_names.md @@ -30,7 +30,7 @@ name using the `docker ps` command. 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 -this flag set to `false`, Container A cannot access Container unless +this flag set to `false`, Container A cannot access Container B unless explicitly allowed via a link. This is a huge win for securing your containers. When two containers are linked together Docker creates a parent child relationship between the containers. The parent container