Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/commandline/container_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ instruction in the container's Dockerfile, or the `--stop-signal` option to
$ docker stop my_container
```

Note: You can specify containers by either their name or ID (full or unique partial). Both forms are interchangeable in this command.

### <a name="signal"></a> Stop container with signal (-s, --signal)

The `--signal` flag sends the system call signal to the container to exit.
Expand Down