Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50573 commit ffb954cCopy full SHA for ffb954c
engine/userguide/networking/default_network/container-communication.md
@@ -87,7 +87,7 @@ container can connect to the ports exposed by the other container -- the ports
87
that it mentioned in the `EXPOSE` lines of its `Dockerfile`.
88
89
> **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
+auto-assigned Docker name like `stupefied_pare` or the name you assigned
91
with `--name=` when you ran `docker run`. It cannot be a hostname, which Docker
92
will not recognize in the context of the `--link=` option.
93
0 commit comments