docker-get拉取镜像

docker-get

Let you get all docker images without having network problem.

Install

curl -kLO https://ss.samblade.top/docker-get 
chmod +x docker-get
mv docker-get /usr/local/bin/

Usage

docker-get IMAGE[:TAG]

Example

docker-get busybox
docker-get gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.3
原文地址:https://www.cnblogs.com/fuyuteng/p/10904495.html