I\'ve the following images:
alex@alexvps:~$ sudo docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE &
Remove all the containers
docker ps -q -a | xargs docker rm
Force remove all the Docker images
docker rmi -f $(docker images -f dangling=true -q)