remove docker image via command line 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