JiGuBlog
文章标签关于工具
首页
文章
标签
关于
工具
Published on
2020年5月8日星期五

docker 更换国内镜像

Authors
  • avatar
    Name
    JiGu
    Twitter
    @crypto20x

编辑文件

/etc/docker/daemon.json

写入以下内容

{
    "registry-mirrors":[
         "http://docker.mirrors.ustc.edu.cn",
         "http://hub-mirror.c.163.com",
         "http://registry.docker-cn.com"
    ]
} 

重启docker

service docker restart
Discuss on Twitter • View on GitHub

Tags

docker

Previous Article

fabric 删除已安装链码

Next Article

springboot项目打包jar
← Back to the blog
Donate erc-20: 0xe6E4Bcdbf6b551478971aDf45F41e402531ba661
JiGu
•
© 2025
•
代码 数字货币 记录生活. Coding,Crypto and Life JiGu Blog
Tailwind Nextjs Theme