Quick Actions
docker rmi
Description
Remove one or more images.
Command
docker rmi
Examples
Remove image
docker rmi my-app:latest
Force remove image
docker rmi -f my-app:latest
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-f |
string | No | Force removal of the image |
Command Info
Category:
Image Management
Type:
Docker
Views:
14
Status:
Active
Tags
image
remove
delete