Software Engineering

The way to Take away Previous and Unused Docker Photographs

The way to Take away Previous and Unused Docker Photographs
Written by admin


If you must take away any outdated and unused Docker photos, then you are able to do the next:

The way to Take away Previous and Unused Docker Photographs

Firstly you must see all the photographs:

docker photos

You may as well use ls to see the Docker Photographs:

docker picture ls

The way to Take away a Single Docker Picture

The docker rmi command will take away a single Docker picture as follows:

docker rmi <image_id>

You may as well use the Docker picture names as follows:

docker rmi ubuntu one thing

The way to Take away Dangling Docker Photographs

docker photos -f dangling=true

It’s additionally attainable to prune photos as follows:

docker picture prune

You may as well routinely discover all the photographs and take away them straight:

docker rmi $(docker photos -q -a)

About the author

admin

Leave a Comment