docker rmi my-app:latest
Meaning: Removes an image from the host. Usage: To delete an image that is no longer needed. Example: docker rmi my-app:latest deletes the image tagged my-app:latest.
my-app:latest
-f (Force)
-f
--no-prune (No Prune)
--no-prune