From 87a250b71186547312dc7b5f6960aae485a465cd Mon Sep 17 00:00:00 2001 From: Nicolas Dudebout Date: Wed, 30 Oct 2013 23:09:02 -0400 Subject: [PATCH] Fixes typo in the CLI documentation --- 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 52a83c58f..c6579da35 100644 --- a/docs/sources/commandline/cli.rst +++ b/docs/sources/commandline/cli.rst @@ -638,7 +638,7 @@ using the container, but inside the current working directory. docker run -p 127.0.0.0::80 ubuntu bash -This the ``-p`` flag now allows you to bind a port to a specific +The ``-p`` flag now allows you to bind a port to a specific interface of the host machine. In this example port ``80`` of the container will have a dynamically allocated port bound to 127.0.0.1 of the host.