Skip to content

Commit

Permalink
Merge pull request #8124 from jyrkiput/patch-1
Browse files Browse the repository at this point in the history
Fix detaching from attached container
  • Loading branch information
SvenDowideit committed Sep 21, 2014
2 parents 23fdbbf + 1d2a159 commit 27226d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ container at the same time - screen sharing style, or quickly view the
progress of your daemonized process.

You can detach from the container again (and leave it running) with
`CTRL-C` (for a quiet exit) or `CTRL-\`
to get a stacktrace of the Docker client when it quits. When
you detach from the container's process the exit code will be returned
to the client.
`CTRL-p CTRL-q` (for a quiet exit), or `CTRL-c` which will send a
SIGKILL to the container, or `CTRL-\` to get a stacktrace of the
Docker client when it quits. When you detach from the container's
process the exit code will be returned to the client.

To stop a container, use `docker stop`.

Expand Down

0 comments on commit 27226d4

Please sign in to comment.