Merge pull request #164 from mstanleyjones/clarify-attach

Clarify ability to attach multiple times
This commit is contained in:
Vincent Demeester 2017-06-21 10:59:34 +02:00 committed by GitHub
commit 9f00ec085f

View File

@ -40,7 +40,7 @@ interactively, as though the commands were running directly in your terminal.
> not be interacting with the terminal at that time. > not be interacting with the terminal at that time.
You can attach to the same contained process multiple times simultaneously, You can attach to the same contained process multiple times simultaneously,
even as a different user with the appropriate permissions. 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