From dcf4633e95c7f3784cb29b9c1f9510af28b882ed Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 1 Nov 2013 14:00:02 -0700 Subject: [PATCH] Fixed 127.0.0.0 typo in cli.rst --- docs/sources/commandline/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/commandline/cli.rst b/docs/sources/commandline/cli.rst index c1f76d0561..8f778c32de 100644 --- a/docs/sources/commandline/cli.rst +++ b/docs/sources/commandline/cli.rst @@ -637,7 +637,7 @@ using the container, but inside the current working directory. .. 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 host machine. :ref:`port_redirection` explains in detail how to manipulate ports