When running Docker for a long time, there are a lot of images in system. How can I remove all unused Docker images at once safety to free up the storage?
In additio
To prune all images and volumes as well docker system prune -af --volumes
docker system prune -af --volumes