Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffb954c

Browse files
vrieniMisty Stanley-Jones
authored andcommitted
Update container-communication.md (docker#2740)
remove 'else' for clarity
1 parent af50573 commit ffb954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/userguide/networking/default_network/container-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ container can connect to the ports exposed by the other container -- the ports
8787
that it mentioned in the `EXPOSE` lines of its `Dockerfile`.
8888

8989
> **Note**: The value `CONTAINER_NAME` in `--link=` must either be an
90-
auto-assigned Docker name like `stupefied_pare` or else the name you assigned
90+
auto-assigned Docker name like `stupefied_pare` or the name you assigned
9191
with `--name=` when you ran `docker run`. It cannot be a hostname, which Docker
9292
will not recognize in the context of the `--link=` option.
9393

0 commit comments

Comments
 (0)