how to remove downloaded docker images code example
Example 1: docker remove dangling images
docker image prune
Example 2: docker remove image
docker image rm [OPTIONS] IMAGE [IMAGE...]
#[OPTIONS]
--force , -f Force removal of the image
--no-prune Do not delete untagged parents