From 5073554ca67f7f1f3f21d87cab766708556486c2 Mon Sep 17 00:00:00 2001 From: Samuel PHAN Date: Thu, 14 Aug 2014 14:20:38 +0200 Subject: [PATCH] Update docker-attach.1.md --- docs/man/docker-attach.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/docker-attach.1.md b/docs/man/docker-attach.1.md index e26db07f3f..7deda6c75e 100644 --- a/docs/man/docker-attach.1.md +++ b/docs/man/docker-attach.1.md @@ -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 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 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