Execute the following command from the terminal in order to stop all docker containers:
sudo docker stop $(sudo docker ps -a -q)
Execute the following command from the terminal in order to stop all docker containers:
sudo docker stop $(sudo docker ps -a -q)