From 06428a4955a7d38cae048123871d401ba0078918 Mon Sep 17 00:00:00 2001 From: mapk0y Date: Tue, 28 Mar 2017 02:50:57 +0900 Subject: [PATCH] Update "man" of docker-run Signed-off-by: mapk0y --- man/docker-run.1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 66c6b6704b..0ee0a13ee8 100644 --- a/man/docker-run.1.md +++ b/man/docker-run.1.md @@ -233,8 +233,7 @@ to the quota you specify. At any time you can run **docker ps** in the other shell to view a list of the running containers. You can reattach to a -detached container with **docker attach**. If you choose to run a container in -the detached mode, then you cannot use the **-rm** option. +detached container with **docker attach**. When attached in the tty mode, you can detach from the container (and leave it running) using a configurable key sequence. The default sequence is `CTRL-p CTRL-q`.