Skip to content

Commit

Permalink
Add stack service and fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: yuexiao-wang <[email protected]>
  • Loading branch information
yuexiao-wang committed Nov 3, 2016
1 parent d8d3314 commit 0a56e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/reference/commandline/attach.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/reference/commandline/stack_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0a56e81

Please sign in to comment.