docker-image-prune - Remove unused images
docker image prune [OPTIONS]
Remove unused images
-a, --all[=false] |
Remove all unused images, not just dangling ones | ||
--filter= |
Provide filter values (e.g. "until=") | ||
-f, --force[=false] |
Do not prompt for confirmation | ||
-h, --help[=false] |
help for prune |
docker-image(1)