mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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 <nathan.leclaire@gmail.com> (github: nathanleclaire)
This commit is contained in:
parent
a6577708ab
commit
1e74cd0e01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue