Docker remove images
Remove unused images, containers, and configuration
- all stopped containers
- all networks not used by at least one container
- all dangling images
- all dangling build cache
docker system prune
Remove unused images
- all dangling images
docker image prune