docker-server服务中拉取镜像失败导致应用空间运行错误
平台报错:
进到docker-server服务中手动拉取镜像报错:
I’ve tried starting a new CSGHub Docker Compose, entering the docker-server container, and pulling the space-base image, and everything worked fine. @xiaopengpeng Could you please provide more details or the steps to reproduce the issue so we can investigate further? Specifically, it would help if you could include:
- How you're deploying CSGHub
- The version you're using
- Whether you're able to pull the
opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_space/space-base:python3.10image successfully on your machine (not inside a Docker container)
I’ve tried starting a new CSGHub Docker Compose, entering the
docker-servercontainer, and pulling thespace-baseimage, and everything worked fine. @xiaopengpeng Could you please provide more details or the steps to reproduce the issue so we can investigate further? Specifically, it would help if you could include:
- How you're deploying CSGHub
- The version you're using
- Whether you're able to pull the
opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_space/space-base:python3.10image successfully on your machine (not inside a Docker container)
你好,我是用的docker-compose安装的,版本是1.4,我自己本地可以拉取这个镜像,但是在容器中拉不到,在容器中ping镜像地址可以ping通,英文水平有限,sorry,不能用英文回复您。
@xiaopengpeng Could you please confirm if you're using any proxy or VPN tools, such as v2ray? A failed docker pull but successful ping could potentially be caused by these tools.
I’ve tried starting a new CSGHub Docker Compose, entering the
docker-servercontainer, and pulling thespace-baseimage, and everything worked fine. @xiaopengpeng Could you please provide more details or the steps to reproduce the issue so we can investigate further? Specifically, it would help if you could include:
- How you're deploying CSGHub
- The version you're using
- Whether you're able to pull the
opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_space/space-base:python3.10image successfully on your machine (not inside a Docker container)
@
@xiaopengpeng Could you please confirm if you're using any proxy or VPN tools, such as v2ray? A failed docker pull but successful ping could potentially be caused by these tools.
@Yiling-J 我可以确认,没有用到代理
@MasonXon @wayneliu0019
现在可以了吗?
现在可以了吗?
大佬,后边我还没有研究,目前的解决方案是在宿主机拉完镜像打包传到容器中。
通常 docker compose 对这个并没有做什么限制,而且拉取的镜像是公网公开的地址,这里确实很奇怪