|
注册登录后全站资源免费查看下载
您需要 登录 才可以下载或查看,没有账号?立即注册
×
- {
- "registry-mirrors" :
- [
- "https://docker.m.daocloud.io",
- "https://docker.jianmuhub.com",
- "https://huecker.io",
- "https://dockerhub.timeweb.cloud",
- "https://dockerhub1.beget.com",
- "https://noohub.ru"
- ]
- }
复制代码- docker pull cr.yandex/mirror/alpine
复制代码 CloudFront,可优选IP(移动联通首选):
Amazon ECR Public Gallery - Docker
- docker pull public.ecr.aws/docker/library/alpine:edge
复制代码 Podman 配置文件(路径:/etc/containers/registries.conf)
- # unqualified-search-registries = ["registry.fedoraproject.org", "registry.access.redhat.com", "registry.redhat.io", "docker.io"]
- unqualified-search-registries = ["docker.io"]
- [[registry]]
- prefix = "docker.io"
- location = "docker.m.daocloud.io"
- [[registry.mirror]]
- location = "docker.jianmuhub.com"
- [[registry.mirror]]
- location = "dockerhub.timeweb.cloud"
- [[registry.mirror]]
- location = "dockerhub1.beget.com"
- [[registry.mirror]]
- location = "huecker.io"
- [[registry.mirror]]
- location = "noohub.ru"
复制代码
正好现在阿里云又有活动了 搞个服务器弄docker美滋滋
阿里云学生认证领300券,首页往下拉找到一个298一年的,0亓购2h4g服务器一年
https://university.aliyun.com/mobile?clubTaskBiz=subTask..11418116..10212..&userCode=jr2d4czu
领完去这个页面 买那个298的
https://www.aliyun.com/benefit?source=5176.11533457&userCode=jr2d4czu
|
|