mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #7581 from samuel-phan/patch-1
Update docker-attach.1.md
This commit is contained in:
commit
d1fc32e265
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ docker-attach - Attach to a running container
|
||||||
If you **docker run** a container in detached mode (**-d**), you can reattach to
|
If you **docker run** a container in detached mode (**-d**), you can reattach to
|
||||||
the detached container with **docker attach** using the container's ID or name.
|
the detached container with **docker attach** using the container's ID or name.
|
||||||
|
|
||||||
You can detach from the container again (and leave it running) with `CTRL-q
|
You can detach from the container again (and leave it running) with `CTRL-p
|
||||||
CTRL-q` (for a quiet exit), or `CTRL-c` which will send a SIGKILL to the
|
CTRL-q` (for a quiet exit), or `CTRL-c` which will send a SIGKILL to the
|
||||||
container, or `CTRL-\` to get a stacktrace of the Docker client when it quits.
|
container, or `CTRL-\` to get a stacktrace of the Docker client when it quits.
|
||||||
When you detach from a container the exit code will be returned to
|
When you detach from a container the exit code will be returned to
|
||||||
|
|
Loading…
Reference in a new issue