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 6b8a216 commit ee58799Copy full SHA for ee58799
content/manuals/engine/network/port-publishing.md
@@ -44,8 +44,7 @@ Here are some examples:
44
> the outside world as well.
45
>
46
> If you include the localhost IP address (`127.0.0.1`, or `::1`) with the
47
-> publish flag, only the Docker host and its containers can access the
48
-> published container port.
+> publish flag, only the Docker host.
49
50
> ```console
51
> $ docker run -p 127.0.0.1:8080:80 -p '[::1]:8080:80' nginx
0 commit comments