stop docker container

Shell
//Check if the container is running
docker ps -a

docker container stop {container-id}
Source

Also in Shell: