Docker国内镜像

DockerHub 镜像仓库是否正常
docker.m.daocloud.io正常
docker.1ms.run正常
ccr.ccs.tencentyun.com正常
hub.xdark.top正常
hub.fast360.xyz正常
docker-0.unsee.tech正常
docker.xuanyuan.me正常
docker.tbedu.top正常
docker.hlmirror.com正常
doublezonline.cloud正常
docker.melikeme.cn正常
image.cloudlayer.icu正常
dislabaiot.xyz正常
freeno.xyz正常
docker.kejilion.pro正常

临时使用

docker pull docker-0.unsee.tech/istio/distroless

长久有效

创建文件 /etc/docker/daemon.json 并录入以下内容

{
    "registry-mirrors": [
    	"https://docker-0.unsee.tech",
        "https://docker-cf.registry.cyou",
        "https://docker.1panel.live"
    ]
}