浏览代码

Remove explanation of removed argument

John Warwick 11 年之前
父节点
当前提交
f1e44e0b0c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/sources/examples/hello_world.rst

+ 0 - 2
docs/sources/examples/hello_world.rst

@@ -131,8 +131,6 @@ 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=true"** Proxify all received signal to the process
-  (even in non-tty mode)
 - **$CONTAINER_ID** The Id of the container we want to attach too.
 
 Exit from the container attachment by pressing Control-C.