Update container-communication.md (#2740)

remove 'else' for clarity
This commit is contained in:
Philip Vrieni S. Arguelles 2017-04-13 01:35:54 +08:00 committed by Misty Stanley-Jones
parent af5057340d
commit ffb954c931
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ container can connect to the ports exposed by the other container -- the ports
that it mentioned in the `EXPOSE` lines of its `Dockerfile`.
> **Note**: The value `CONTAINER_NAME` in `--link=` must either be an
auto-assigned Docker name like `stupefied_pare` or else the name you assigned
auto-assigned Docker name like `stupefied_pare` or the name you assigned
with `--name=` when you ran `docker run`. It cannot be a hostname, which Docker
will not recognize in the context of the `--link=` option.