images

download and remove images

1
2
3
sudo docker pull name_image
sudo docker rmi name_image
sudo docker image prune -a // remove all images that not used

docker command line homepage

click here to come back to docker command line homepage.