container stop

Stop one or more running containers

Aliases

docker container stop, docker stop

Options

NameTypeDefaultDescription
-s, --signalstringSignal to send to the container
-t, --timeint0Seconds to wait before killing the container

Description

See docker stop for more information.