From 4b1fc75599d8bdcba7aea269a4a748a052517a9f Mon Sep 17 00:00:00 2001 From: John Warwick Date: Thu, 28 Nov 2013 09:55:15 -0500 Subject: [PATCH] Remove explanation of removed argument Upstream-commit: f1e44e0b0c6eff011c596008c75f7fdff09dbf5e Component: engine --- components/engine/docs/sources/examples/hello_world.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/engine/docs/sources/examples/hello_world.rst b/components/engine/docs/sources/examples/hello_world.rst index 99eaa2c483..c25070fcd8 100644 --- a/components/engine/docs/sources/examples/hello_world.rst +++ b/components/engine/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.