win7 下docker 镜像加速

Posted hbb0b0

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win7 下docker 镜像加速相关的知识,希望对你有一定的参考价值。

  • 打开 Kitematic

 技术图片

 

 

  • 运行 docker cli

 技术图片

 

 

 

  • 注册镜像

 

https://www.daocloud.io/mirror#accelerator-doc 上有镜像地址

 

 技术图片

 

 

sudo sed -i "s|EXTRA_ARGS=‘|EXTRA_ARGS=‘--registry-mirror=http://f1361db2.m.daocloud.io |g" /var/lib/boot2docker/profile

 

 

  • 退出docker 并且重启 docker

 

             exit

            docker-machine restart default

 

 

  • 测试下下载镜像

 

$ docker pull redis

Using default tag: latest

latest: Pulling from library/redis

b8f262c62ec6: Pull complete

93789b5343a5: Pull complete

49cdbb315637: Pull complete

ea0579387266: Pull complete

6b8ecda334de: Pull complete

ac5a9c26d32a: Pull complete

Digest: sha256:cb379e1a076fcd3d3f09e10d7b47ca631fb98fb33149ab559fa02c1b11436345

Status: Downloaded newer image for redis:latest

 

很快就下载完了,速度杠杠的

 

 

 

以上是关于win7 下docker 镜像加速的主要内容,如果未能解决你的问题,请参考以下文章

Docker下使用daocloud镜像加速(基于Centos6)

如何给Docker配置官方国内加速镜像

如何给Docker配置官方国内加速镜像

Docker 配置国内镜像加速器

Docker 配置国内镜像加速器

Docker怎么实现镜像加速