docker images
docker rmi wordpress
docker rm -f `docker ps -a -q`
删除正在运行的镜像:
docker rmi -f ubuntu:1.0.0
删除docker images中的镜像
docker rmi jenkins_my