1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update "man" of docker-run

Signed-off-by: mapk0y <mapk0y@gmail.com>
This commit is contained in:
mapk0y 2017-03-28 02:50:57 +09:00
parent abecc530ee
commit 22f0b27f59

View file

@ -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`.