I\'ve the following images:
alex@alexvps:~$ sudo docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE &
First, remove all the containers using the following command
sudo docker ps -a -q | xargs -n 1 -I {} sudo docker rm {}
Then, remove the image by its ID using the following command
sudo docker rmi