From 9990db2f5a762fdbc198cbfc5e96370d859739bb Mon Sep 17 00:00:00 2001 From: Andy Rothfusz Date: Wed, 6 Nov 2013 18:07:38 -0800 Subject: [PATCH] Fix bold --- docs/sources/api/docker_remote_api_v1.6.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/api/docker_remote_api_v1.6.rst b/docs/sources/api/docker_remote_api_v1.6.rst index 8585470735..461ffefd6b 100644 --- a/docs/sources/api/docker_remote_api_v1.6.rst +++ b/docs/sources/api/docker_remote_api_v1.6.rst @@ -185,7 +185,7 @@ Create a container "Warnings":[] } - ** Second, start (using the ID returned above) the image we just created, mapping the ssh port 22 to something on the host**: + **Second, start (using the ID returned above) the image we just created, mapping the ssh port 22 to something on the host**: .. sourcecode:: http @@ -204,7 +204,7 @@ Create a container Content-Type: text/plain; charset=utf-8 Content-Length: 0 - ** Now you can ssh into your new container on port 11022.** + **Now you can ssh into your new container on port 11022.**