mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed 127.0.0.0 typo in cli.rst
This commit is contained in:
parent
b30dc8c3ea
commit
dcf4633e95
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ using the container, but inside the current working directory.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
docker run -p 127.0.0.0:80:8080 ubuntu bash
|
docker run -p 127.0.0.1:80:8080 ubuntu bash
|
||||||
|
|
||||||
This binds port ``8080`` of the container to port ``80`` on 127.0.0.1 of the
|
This binds port ``8080`` of the container to port ``80`` on 127.0.0.1 of the
|
||||||
host machine. :ref:`port_redirection` explains in detail how to manipulate ports
|
host machine. :ref:`port_redirection` explains in detail how to manipulate ports
|
||||||
|
|
Loading…
Add table
Reference in a new issue