docker rmi [OPTIONS] IMAGE [IMAGE...]
docker rmi ubuntu
docker rmi hello-world:latest
docker rmi feb5d9fea6a5 -f
docker rmi -f hello-world ubuntu
docker rmi -f $(docker images -aq)
京公网安备 11010502049817号