Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 889 Bytes

File metadata and controls

20 lines (12 loc) · 889 Bytes

docker rmi

Remove one or more images

Aliases

docker image rm, docker image remove, docker rmi

Options

Name Type Default Description
-f, --force bool Force removal of the image
--no-prune bool Do not delete untagged parents
--platform platforms Remove only the given platform variant. Formatted as os[/arch[/variant]] (e.g., linux/amd64)