1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Merge pull request #1665 from jcrben/patch-1

Note caveat with detaching using key sequence
This commit is contained in:
Sebastiaan van Stijn
2019-02-26 16:56:31 +01:00
committed by GitHub

View File

@@ -44,8 +44,8 @@ from different sessions on the Docker host.
To stop a container, use `CTRL-c`. This key sequence sends `SIGKILL` to the To stop a container, use `CTRL-c`. This key sequence sends `SIGKILL` to the
container. If `--sig-proxy` is true (the default),`CTRL-c` sends a `SIGINT` to container. If `--sig-proxy` is true (the default),`CTRL-c` sends a `SIGINT` to
the container. You can detach from a container and leave it running using the the container. If the container was run with `-i` and `-t`, you can detach from
`CTRL-p CTRL-q` key sequence. a container and leave it running using the `CTRL-p CTRL-q` key sequence.
> **Note:** > **Note:**
> A process running as PID 1 inside a container is treated specially by > A process running as PID 1 inside a container is treated specially by