From e0f9d48624c28a5a8420e2971e63fb0c4e244f1b Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 7 Jun 2017 09:40:43 -0700 Subject: [PATCH] Clarify ability to attach multiple times Signed-off-by: Misty Stanley-Jones Upstream-commit: b5d33c6e76e381dce664be6c40209fb467b43765 Component: cli --- components/cli/docs/reference/commandline/attach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/attach.md b/components/cli/docs/reference/commandline/attach.md index 4153331bad..7e654d7350 100644 --- a/components/cli/docs/reference/commandline/attach.md +++ b/components/cli/docs/reference/commandline/attach.md @@ -40,7 +40,7 @@ interactively, as though the commands were running directly in your terminal. > not be interacting with the terminal at that time. 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 container. If `--sig-proxy` is true (the default),`CTRL-c` sends a `SIGINT` to