Merge pull request #5952 from nathanleclaire/patch-2

Fix a few issues.
This commit is contained in:
James Turnbull 2014-05-24 03:00:37 +10:00
commit 973fae9d75
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ name using the `docker ps` command.
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 other by using the flag `--link name:alias`. Inter-container
communication can be disabled with the daemon flag `--icc=false`. With 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 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
parent child relationship between the containers. The parent container parent child relationship between the containers. The parent container