浏览代码

Add the customary bold

Gert van Valkenhoef 11 年之前
父节点
当前提交
8298a200ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/examples/hello_world.rst

+ 1 - 1
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
 - **"docker attach**" This will allow us to attach to a background
   process to see what is going on.
   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.
   us to exit the attachment using Control-C without stopping the container.
 - **$CONTAINER_ID** The Id of the container we want to attach too.
 - **$CONTAINER_ID** The Id of the container we want to attach too.