Browse code

Fixed 127.0.0.0 typo in cli.rst

James Turnbull authored on 2013/11/02 06:00:02
Showing 1 changed files
... ...
@@ -637,7 +637,7 @@ using the container, but inside the current working directory.
637 637
 
638 638
 .. code-block:: bash
639 639
 
640
-    docker run -p 127.0.0.0:80:8080 ubuntu bash
640
+    docker run -p 127.0.0.1:80:8080 ubuntu bash
641 641
 
642 642
 This binds port ``8080`` of the container to port ``80`` on 127.0.0.1 of the
643 643
 host machine. :ref:`port_redirection` explains in detail how to manipulate ports