Docker: stop all containers from terminal

Execute the following command from the terminal in order to stop all docker containers:

sudo docker stop $(sudo docker ps -a -q)