Kill All Docker Containers Kill All Docker Containers

docker

This is how you kill all docker containers:

docker kill $(docker ps -q)