Stop Docker containers

SIGKILL

docker kill container
SIGTERM
docker stop container
stop will wait 10 seconds by default, after that will do a kill of container if receives no responce.