diff --git a/docs/reference/commandline/container_stop.md b/docs/reference/commandline/container_stop.md index 61fc1cabadfe..2a3239899eb2 100644 --- a/docs/reference/commandline/container_stop.md +++ b/docs/reference/commandline/container_stop.md @@ -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. + ### Stop container with signal (-s, --signal) The `--signal` flag sends the system call signal to the container to exit.