Browse code

Merge pull request #7581 from samuel-phan/patch-1

Update docker-attach.1.md

Fred Lifton authored on 2014/08/15 10:36:23
Showing 1 changed files
... ...
@@ -14,7 +14,7 @@ docker-attach - Attach to a running container
14 14
 If you **docker run** a container in detached mode (**-d**), you can reattach to
15 15
 the detached container with **docker attach** using the container's ID or name.
16 16
 
17
-You can detach from the container again (and leave it running) with `CTRL-q 
17
+You can detach from the container again (and leave it running) with `CTRL-p 
18 18
 CTRL-q` (for a quiet exit), or `CTRL-c`  which will send a SIGKILL to the
19 19
 container, or `CTRL-\` to get a stacktrace of the Docker client when it quits.
20 20
 When you detach from a container the exit code will be returned to