Shut down all running docker containers

This stops all docker containers, running or not.

docker stop $(docker ps -a -q)

Note that this will also stop/break running DDEV projects, as DDEV uses docker under the hood, and same for any docker-using tools.