1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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 <nathanleclaire@gmail.com> (github: nathanleclaire)
This commit is contained in:
Nathan LeClaire 2014-05-20 12:53:46 -07:00 committed by Nathan LeClaire
parent e5202de918
commit e7babb28cc

View file

@ -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