mirror of https://github.com/docker/docs.git
Merge pull request #2937 from jwarwick/hello_world_doc
Remove explanation of removed argument
This commit is contained in:
commit
a0525d90ab
|
@ -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
|
- **"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=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.
|
- **$CONTAINER_ID** The Id of the container we want to attach too.
|
||||||
|
|
||||||
Exit from the container attachment by pressing Control-C.
|
Exit from the container attachment by pressing Control-C.
|
||||||
|
|
Loading…
Reference in New Issue