dpull 镜像拉取工具
加速你的 docker pull
1
安装
```
go get -u github.com/clearcodecn/cmd/dpull
国内高速下载 https://gitee.com/wocaa/dpull/releases
```
使用
初始化
```
dpull init
```
拉取
```
dpull pull nginx # 使用官方仓库镜像时 默认不走代理
dpull pull gcr.io/google_containers/kube-scheduler-amd64:v1.9.0 #使用镜像加速
```
注意事项
本项目不推荐在生产环境使用,生产环境最好是使用官方渠道拉取
更推荐使用自行搭建环境下载,请看自行搭建教程
本项目由于使用共有仓库性质,无法保证镜像安全性,切勿在生产环境使用
仓库地址:
```
https://github.com/clearcodecn/dpull
https://gitee.com/wocaa/dpull
```
有疑问加站长微信联系(非本文作者)