现象:
ubuntu/centos 配置了国内源,一直不生效。重启也不行。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # 1.停docker systemctl stop docker systemctl stop docker.scoket # 2.检查 systemctl status docker # Active: inactive (dead) since # Main PID: 1233648 (code=exited, status=0/SUCCESS) # 这就说明停了 # 3.确认写入国内源 "registry-mirrors": ["http://hub-mirror.c.163.com/"] # 这个json 里可能有 "bip" : "xxxxx" vi /etc/docker/daemon .json # 4.编辑docker service, 可以把原来的内容备份 vi /lib/systemd/system/docker .service # 把 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock # 改成 ExecStart=/usr/bin/dockerd # 5.重启 systemctl daemon-reload systemctl start docker<br><br> # 6.确认<br>docker info<br><br> |
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://hqyman.cn/post/4493.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~