Skip to content

Instantly share code, notes, and snippets.

View kamjin1996's full-sized avatar
🐫
What's happening?

Kamjin kamjin1996

🐫
What's happening?
  • Hangzhou, China
  • 23:38 (UTC +08:00)
View GitHub Profile
@kamjin1996
kamjin1996 / gist:cf6fd3ea41047dd2de9d23fd0a6671fe
Created October 29, 2024 09:22
docker拉取镜像脚本-自动忽略失败的镜像地址.sh
#!/bin/bash
# 检查输入参数
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <image_name> <tag>"
exit 1
fi
IMAGE_NAME=$1
TAG=$2
@kamjin1996
kamjin1996 / docker-registry-mirrors.md
Created October 29, 2024 08:11 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized