docker-latest-stop (1) Linux Manual Page
docker-stop – Stop a container by sending SIGTERM and then SIGKILL after a grace period
Synopsis
docker stop [–help] [-t|–time[=10]] CONTAINER [CONTAINER…]Description
Stop a container (Send SIGTERM, and then SIGKILL afterOptions
–help -t, –time=10
#See also docker-start(1) to restart a stopped container.
