Search notes:

docker stop

docker stop [-t secs] CONTAINER [CONTAINER…]
By default, the command waits 10 seconds until the container is killed. The -t option allows to modify this period.

See also

Docker commands such as docker start.

Index