docker配置
docker gedit /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
#Environment="HTTP_PROXY=http://proxy.example.com:80/" Environment="NO_PROXY=localhost,127.0.0.0/8,docker-registry.somecorporation.com"
#Environment="HTTP_PROXY=http://192.168.111.10:8089/"
/etc/docker/daemon.json
{ "registry-mirrors": [ "https://docker.mirrors.ustc.edu.cn", "http://hub.mirror.c.163.com", "https://registry.docker-cn.com" ] }
删除镜像:docker rmi -f id
查找镜像IP:docker inspect id | grep IPAddress

还不快抢沙发