Github Container Registry¶
- ghcr.io
官方文档¶
- https://docs.github.com/zh/actions/use-cases-and-examples/publishing-packages/publishing-docker-images
- github - 自动令牌身份验证
Mirrors¶
docker pull ghcr.io/github/super-linter:latest
# use mirror
docker pull ghcr.nju.edu.cn/github/super-linter:latest
docker pull quay.io/prometheus/prometheus:latest
docker pull quay.nju.edu.cn/prometheus/prometheus:latest
使用教程¶
镜像加速