Docker: remove all stuff from terminal (Ubuntu)

From terminal execute the following statements:

sudo docker stop $(sudo docker ps -a -q); sudo docker system prune -a --volumes --force;