更新到1.10以上版本

由于之前的源deb http://http.debian.net/debian jessie-backports main 只能安装1.6,所以更换deb http://http.debian.net/debian sid main
apt install docker.io安装完成后
docker -v

Docker version 1.13.1, build 092cba3

加速

1、https://www.daocloud.io/mirror#accelerator-doc,如果报错,参加链接2
2、http://guide.daocloud.io/dcs/daocloud-9153151.html

文件:/etc/docker/daemon.json

{
    "registry-mirrors": [
        "http://0d6a8b28.m.daocloud.io"
    ],
    "insecure-registries": []
}

下载速度的确提高不少!

相关文章:

  • 2022-02-03
  • 2021-12-04
  • 2021-06-30
  • 2021-07-21
  • 2021-12-03
  • 2021-09-12
  • 2021-11-14
猜你喜欢
  • 2021-12-21
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-10-18
  • 2022-01-24
相关资源
相似解决方案