-
Notifications
You must be signed in to change notification settings - Fork 33
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
[feat] docker compose up --build -d #84
Comments
Looks like it is not pulling the docker container from the docker hub properly. Not sure if this is related to if you are running this in China. |
我也遇到了这个问题,只需要更改一下docker的镜像就好了。 "registry-mirrors": [ "https://docker.m.daocloud.io", ] }` 最后重启docker: |
@CarrotZelda Thank you for your input! |
请问需要开梯子吗 |
不需要 |
@CarrotZelda 您好。按照您的方法进行修改过后还是出现了同样的问题。我在别处看到的解决方法是加入阿里云的镜像,我想知道多个镜像是否会产生冲突。 |
我猜是那几个镜像链接失效了,我之前添加了好几个镜像没有冲突。你也可以试试把那几个去掉,加阿里云的镜像。 |
我在此之前是单独添加了阿里云的镜像 但也是同样的问题。出现这个问题归根到底的原因就是因为镜像吗?
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年12月03日 21:38 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [YuqiHuai/SORA-SVL] [feat] docker compose up --build -d (Issue #84) |
我猜是那几个镜像链接失效了,我之前添加了好几个镜像没有冲突。你也可以试试把那几个去掉,加阿里云的镜像。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
我也不清楚根本原因是什么,但是换镜像链接确实能够build成功,我昨晚在新环境上配了一下,添加了一些新的链接。build的过程很慢,但最终没有报错,build成功了。下面是我的daemon.json内的镜像内容。 "registry-mirrors": [ |
好的,感谢您的回答。我明天会再试试,希望能跟您保持交流。祝好🤞。
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年12月03日 21:50 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [YuqiHuai/SORA-SVL] [feat] docker compose up --build -d (Issue #84) |
我也不清楚根本原因是什么,但是换镜像链接确实能够build成功,我昨晚在新环境上配了一下,添加了一些新的链接。build的过程很慢,但最终没有报错,build成功了。下面是我的daemon.json内的镜像内容。
"registry-mirrors": [
"https://docker.1panel.dev",
"https://docker.fxxk.dedyn.io",
"https://docker.xn--6oq72ry9d5zx.cn",
"https://docker.m.daocloud.io",
"https://a.ussh.net",
"https://docker.zhai.cm",
"https://docker.nju.edu.cn",
"https://dockerproxy.com",
"http://docker.1panel.live",
"https://dockerpull.com",
"https://docker.1panel.live",
"https://dockerproxy.cn",
"https://docker.hpcloud.cloud"],
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
还有一件事,我参考了issue89,#89 (comment) 把client文件夹与server文件夹中的Dockerfile做了些修改,在 |
I encountered this problem when using docker, is there any solution
The text was updated successfully, but these errors were encountered: