|
已找到原因是:docker目录下丢失了daemon.json文件,用ssh把daemon.json文件创建进去。
daemon.json文件内容如下:
{
"data-root": "/vol1/docker",
"experimental": true,
"fixed-cidr-v6": "fc5F:F5AB:526E:83EF::/64",
"insecure-registries": [
"127.0.0.1:19827"
],
"ip6tables": true,
"ipv6": true,
"live-restore": true,
"registry-mirrors": [
"https://gcr.m.daocloud.io",
"https://elastic.m.daocloud.io",
"https://ghcr.m.daocloud.io",
"https://k8s-gcr.m.daocloud.io",
"https://k8s.m.daocloud.io",
"https://mcr.m.daocloud.io",
"https://nvcr.m.daocloud.io",
"https://quay.m.daocloud.io",
"https://docker.jsdelivr.fyi",
"https://docker.m.daocloud.io",
"https://dislabaiot.xyz",
"https://docker.fxxk.dedyn.io",
"https://hub.xdark.top",
"https://docker.appscross.com",
"https://nas.dockerimages.us.kg",
"https://docker.ketches.cn",
"https://docker-mirror.aigc2d.com",
"https://docker.1panel.live",
"https://ghcr.anyhub.us.kg",
"https://docker.imgdb.de",
"https://docker.anyhub.us.kg",
"https://dockerhub.icu",
"https://dockerpull.cn",
"https://docker-0.unsee.tech",
"https://docker.1ms.run",
"https://dockerpull.org",
"https://docker.xuanyuan.me",
"https://ghcr.nju.edu.cn",
"https://docker.wanpeng.top",
"https://hub.rat.dev",
"https://doublezonline.cloud",
"https://docker.fnnas.com"
]
} |
|