1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixes typo in the CLI documentation

This commit is contained in:
Nicolas Dudebout 2013-10-30 23:09:02 -04:00
parent ca2bbe716c
commit 87a250b711

View file

@ -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.