From 5f56134046d41f486ae20cb997e7111f2435002a Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Wed, 2 Nov 2016 17:46:02 +0800 Subject: [PATCH] Add stack service and fix typos Signed-off-by: yuexiao-wang Upstream-commit: 0a56e81ca4d7af22e5c623569a89d800a6778ed1 Component: engine --- components/engine/docs/reference/commandline/attach.md | 9 ++++----- components/engine/docs/reference/commandline/stack_ls.md | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/engine/docs/reference/commandline/attach.md b/components/engine/docs/reference/commandline/attach.md index 3ce0b3b4c3..25cdfe5f9b 100644 --- a/components/engine/docs/reference/commandline/attach.md +++ b/components/engine/docs/reference/commandline/attach.md @@ -27,11 +27,10 @@ Options: --sig-proxy Proxy all received signals to the process (default true) ``` -The `docker attach` command allows you to attach to a running container using -the container's ID or name, either to view its ongoing output or to control it -interactively. You can attach to the same contained process multiple times -simultaneously, screen sharing style, or quickly view the progress of your -detached process. +Use `docker attach` to attach to a running container using the container's ID +or name, either to view its ongoing output or to control it interactively. +You can attach to the same contained process multiple times simultaneously, +screen sharing style, or quickly view the progress of your detached process. 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 diff --git a/components/engine/docs/reference/commandline/stack_ls.md b/components/engine/docs/reference/commandline/stack_ls.md index 156a5f5dd9..e9877ca4ec 100644 --- a/components/engine/docs/reference/commandline/stack_ls.md +++ b/components/engine/docs/reference/commandline/stack_ls.md @@ -40,3 +40,4 @@ myapp 2 * [stack deploy](stack_deploy.md) * [stack rm](stack_rm.md) * [stack ps](stack_ps.md) +* [stack services](stack_services.md)