Merge pull request #32146 from mapk0y/fix-man-docker-run

Update "man" of docker-run
Upstream-commit: 2413859a1f039f577414c5d37d9347876ea43708
Component: engine
This commit is contained in:
Vincent Demeester
2017-03-27 21:36:04 +02:00
committed by GitHub
+1 -2
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`.