From e7babb28ccb2d451baec9a8cb83e627390cbcdd4 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Tue, 20 May 2014 12:53:46 -0700 Subject: [PATCH] Change single-dash flag usage to double-dash The single-dash long-form flag usage is deprecated. Docker-DCO-1.1-Signed-off-by: Nathan LeClaire (github: nathanleclaire) --- docs/sources/use/working_with_links_names.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/use/working_with_links_names.md b/docs/sources/use/working_with_links_names.md index ea3a25ab75..4b7030d242 100644 --- a/docs/sources/use/working_with_links_names.md +++ b/docs/sources/use/working_with_links_names.md @@ -28,8 +28,8 @@ name using the `docker ps` command. ## Links: service discovery for docker 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 explicitly allowed via a link. This is a huge win for securing your containers. When two containers are linked together Docker creates a