dpull 0.0.1 发布,加速 docker pull

栏目: 软件资讯 · 发布时间: 3年前

内容简介:dpull 镜像拉取工具 加速你的 docker pull 安装 go get -u github.com/clearcodecn/cmd/dpull 国内高速下载 https://gitee.com/wocaa/dpull/releases 使用 初始化 dpull init 拉取 dpull pull nginx # 使...

dpull 镜像拉取工具

加速你的 docker pull

dpull 0.0.1 发布,加速 docker pull

安装

go get -u github.com/clearcodecn/cmd/dpull

国内高速下载 https://gitee.com/wocaa/dpull/releases

使用

  1. 初始化
dpull init
  1. 拉取
dpull pull nginx   # 使用官方仓库镜像时 默认不走代理
dpull pull gcr.io/google_containers/kube-scheduler-amd64:v1.9.0  #使用镜像加速 
  1. 注意事项
  • 本项目不推荐在生产环境使用,生产环境最好是使用官方渠道拉取
  • 更推荐使用自行搭建环境下载,请看自行搭建教程
  • 本项目由于使用共有仓库性质,无法保证镜像安全性,切勿在生产环境使用

仓库地址:

https://github.com/clearcodecn/dpull

https://gitee.com/wocaa/dpull


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Practical Algorithms for Programmers

Practical Algorithms for Programmers

Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99

Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换