From 8298a200ce3bbab7d00ab73e8bac34643c7a1fc5 Mon Sep 17 00:00:00 2001 From: Gert van Valkenhoef Date: Wed, 8 Jan 2014 18:45:06 +0100 Subject: [PATCH] Add the customary bold --- docs/sources/examples/hello_world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/hello_world.rst b/docs/sources/examples/hello_world.rst index 62f515244f..aeb95881d2 100644 --- a/docs/sources/examples/hello_world.rst +++ b/docs/sources/examples/hello_world.rst @@ -131,7 +131,7 @@ Attach to the container to see the results in real-time. - **"docker attach**" This will allow us to attach to a background process to see what is going on. -- "-sig-proxy=false" Do not forward signals to the container; allows +- **"-sig-proxy=false"** Do not forward signals to the container; allows us to exit the attachment using Control-C without stopping the container. - **$CONTAINER_ID** The Id of the container we want to attach too.