mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Merge pull request #5949 from nathanleclaire/patch-1
Change single-dash flag usage to double-dash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user