how to totally remove images from docker code example
Example 1: windows delete all docker images
$ docker system prune --all
Example 2: remove docker images
docker system prune -a
$ docker system prune --all
docker system prune -a