soniya.rayabagi
Fri Feb 16 2024
To delete a Docker image we can use a command
To remove all dangling images that consume disk space , can use
docker rmi [IMAGE_ID or REPOSITORY:TAG]
and ,To remove all dangling images that consume disk space , can use
docker image prune