Docker国内镜像源的切换
Docker中国区官方镜像:https://registry.docker-cn.com 网易:http://hub-mirror.c.163.com 中国科技大学:https://docker.mirrors.ustc.edu.cn 阿里云:https://cr.console.aliyun.com/ 我们把它们导入镜像源: [root@localhost]# vim /etc/docker/daemon.json # 创建或修改 /etc/docker/daemon.json 文件,修改为如下形式 { “registry-mirrors” : [ “https://registry.doc……
继续阅读»»»