Home > DevOps/SDLC Cheat Sheets > DevOps and SDLC > Docker Interview Questions Show previous contentWhat is the command for stopping a docker container?The command for stopping a running Docker container is: $ sudo docker stop container name Show following content