www.LinuxHowtos.org
DOCKER
Section: Docker User Manuals (1)Updated: Jun 2025
Index Return to Main Contents
NAME
docke-imag-prune- Remove unused images
SYNOPSIS
docker image prune [OPTIONS]
DESCRIPTION
Remove unused images
OPTIONS
-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
SEE ALSO
docke-image(1)