mirror of https://github.com/docker/cli.git
Update "man" of docker-run
Signed-off-by: mapk0y <mapk0y@gmail.com>
This commit is contained in:
parent
91d886adc4
commit
06428a4955
|
@ -233,8 +233,7 @@ to the quota you specify.
|
||||||
|
|
||||||
At any time you can run **docker ps** in
|
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
|
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
|
detached container with **docker attach**.
|
||||||
the detached mode, then you cannot use the **-rm** option.
|
|
||||||
|
|
||||||
When attached in the tty mode, you can detach from the container (and leave it
|
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`.
|
running) using a configurable key sequence. The default sequence is `CTRL-p CTRL-q`.
|
||||||
|
|
Loading…
Reference in New Issue