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

remove double "using" in reference attach docs

Signed-off-by: Ivan Grcic <igrcic@gmail.com>
This commit is contained in:
Ivan Grcic
2016-05-15 23:18:01 +02:00
committed by Tibor Vass
parent 14b82790df
commit 062cca7b19

View File

@@ -28,7 +28,7 @@ detached process.
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. You can detach from a container and leave it running using the
using `CTRL-p CTRL-q` key sequence. `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