All posts

Delete Docker Image

How to delete a Docker Image from the terminal.

If you need to permanently remove a Docker image from your machine, you can enter the following in the terminal:

$ docker image rm my-image-name