}

Docker Index Page 2

Stop or Remove All Docker Containers at Once

Use docker stop $(docker ps -a -q) to stop all containers. If oyu want to remove them jsut use "rm" instead of "stop". Check here to understand how the command works.