Docker Remove All unused images
sudo docker image prune --all
Images that are not associated with containers
docker image prune -a
docker image prune -a --filter "until=12h"
Shell into a docker container
docker exec container_name shRemove a docker image
docker rmi imageid
docker rmi imageid
Commentaires
Enregistrer un commentaire