docker加速方法

国内有镜像:

  • hub-mirror.c.163.com
  • docker.mirrors.ustc.edu.cn
  • kfwkfulq.mirror.aliyuncs.com

可以从镜像中拉取Images, 比如在官方仓库中拉取:

docker pull nvidia/cuda:10.2-runtime-ubuntu18.04

对应的镜像仓库中拉取命令为:

docker pull kfwkfulq.mirror.aliyuncs.com/nvidia/cuda:10.2-runtime-ubuntu18.04

注意,拉取之后的镜像名称为:
kfwkfulq.mirror.aliyuncs.com/nvidia/cuda:10.2-runtime-ubuntu18.04

推荐使用阿里云的镜像服务。

原文地址:https://www.cnblogs.com/oaks/p/13542064.html