Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

申请默认模式加入 拉取docker镜像 加速功能 #420

Open
wapython opened this issue Dec 16, 2024 · 5 comments
Open

申请默认模式加入 拉取docker镜像 加速功能 #420

wapython opened this issue Dec 16, 2024 · 5 comments
Labels
Feature Request A new feature request
Milestone

Comments

@wapython
Copy link

wapython commented Dec 16, 2024

Ⅰ. 请描述你想要的新功能:

https://hub.docker.com/ 被国内封杀了,导致镜像拉取失败

Ⅱ. 请描述你心目中新功能的样子:

默认模式支持 hub.docker.com 的访问,docker官网并没有被封杀,不用加速这个,watt工具箱已经支持加速访问这个了,希望开发者边车也能支持,感谢大佬回复

备注:

  1. docker官网:https://www.docker.com/
  2. watt工具箱:https://github.com/BeyondDimension/SteamTools
@wapython wapython added the Feature Request A new feature request label Dec 16, 2024
@wapython wapython changed the title 什么默认模式加入dockerhub功能 申请默认模式加入dockerhub加速功能 Dec 16, 2024
@wangliang181230 wangliang181230 changed the title 申请默认模式加入dockerhub加速功能 申请默认模式加入 拉取docker镜像 加速功能 Dec 16, 2024
@wangliang181230
Copy link
Contributor

DockerHub站点,已经可以默认模式访问了。
但目前,拉取docker镜像还未支持,主要我不清楚公网的docker镜像仓库地址是多少,以前印象中,好像是 *.docker.io
如果是的话,能否协助一下我调整配置并测试?

@wapython
Copy link
Author

docker pull使用的地址:https://registry-1.docker.io/v2/
咋配置测试啊大佬

@wangliang181230
Copy link
Contributor

docker pull使用的地址:https://registry-1.docker.io/v2/ 咋配置测试啊大佬

  1. 方案1:使用SNI跳过GFW验证,直连docker公网仓库:
    加速服务 -> 拦截设置 里,添加 *.docker.io 的SNI配置:
    {
        "*.docker.io": {
            ".*": {
                "sni": "baidu.com"
            }
        }
    }
  2. 方案2:如果方案1不行,那么只能使用彩蛋功能了
    先把上面的SNI配置删掉,再将 *.docker.io 添加到彩蛋列表里,并开启增强模式

@wapython
Copy link
Author

wapython commented Dec 17, 2024

bug
1.第一种方式行不通
2.彩蛋模式也不行,【已删除步骤一的设置】【*.docker.io*.docker.com都添加了】也不能拉取镜像,
即使配置了docker代理 参考:https://www.jb51.net/server/330765pf5.htm 还是会报错,如图所示

@wangliang181230
Copy link
Contributor

哎,我去streem++那边了解下加速原理吧。。。

@wangliang181230 wangliang181230 added 等待回复 等待用户回复的问题 and removed 等待回复 等待用户回复的问题 labels Dec 24, 2024
@wangliang181230 wangliang181230 added this to the 待处理 milestone Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A new feature request
Projects
None yet
Development

No branches or pull requests

2 participants