Delete Docker Image
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
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