From 1cb1e79554b88ca7de83f616ad4e88050b54cbd8 Mon Sep 17 00:00:00 2001 From: Andy Rothfusz Date: Tue, 11 Feb 2014 16:53:08 -0800 Subject: [PATCH] fix underline/heading Docker-DCO-1.1-Signed-off-by: Andy Rothfusz (github: metalivedev) Upstream-commit: 6fd8e5d976e872447447d8c25d20d525305f281d Component: engine --- components/engine/docs/sources/use/port_redirection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/use/port_redirection.rst b/components/engine/docs/sources/use/port_redirection.rst index 2f4fd37c76..2612d63aec 100644 --- a/components/engine/docs/sources/use/port_redirection.rst +++ b/components/engine/docs/sources/use/port_redirection.rst @@ -32,7 +32,7 @@ interface of the host system. To simplify communication between containers, Docker provides the linking mechanism. Auto map all exposed ports on the host -------------------------------------- +-------------------------------------- To bind all the exposed container ports to the host automatically, use ``docker run -P ``. The mapped host ports will be auto-selected