Update work-with-networks.md (#2236)

Clarify what is being connected to the network.
This commit is contained in:
Alan Thompson 2017-03-09 19:10:04 -06:00 committed by Misty Stanley-Jones
parent 7ea080d16e
commit 5ce24b0587
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ containers use, it does have some limitations.
Environment variable injection is static in nature and environment variables Environment variable injection is static in nature and environment variables
cannot be changed after a container is started. The legacy `--link` flag shares cannot be changed after a container is started. The legacy `--link` flag shares
all environment variables to the linked container, but the `docker network` command all environment variables to the linked container, but the `docker network` command
has no equivalent. When you connect to a network using `docker network`, no has no equivalent. When you connect a container to a network using `docker network`, no
environment variables can be dynamically shared among containers. environment variables can be dynamically shared among containers.
#### Understanding network-scoped aliases #### Understanding network-scoped aliases