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-compose本地部署环境镜像拉取异常 #342

Open
wtchhb opened this issue Jul 16, 2023 · 6 comments
Open

使用docker-compose本地部署环境镜像拉取异常 #342

wtchhb opened this issue Jul 16, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@wtchhb
Copy link

wtchhb commented Jul 16, 2023

部署了一个本地的 但是在同步镜像的的存在两个问题:

  1. 点击一键同步,并没有自动同步镜像
  2. 手动同步下载的时候,部分镜像提示:该镜像为启动方式为docker-compose,不允许直接下载
    compose的yml内容:[object Object]
    image
@wtchhb wtchhb added the bug Something isn't working label Jul 16, 2023
@LeouMaster
Copy link

同问!!!

@XiaoMMing9
Copy link

修改为 json.loads(image_info.original_yml) 就可以启动了
image

@wtchhb
Copy link
Author

wtchhb commented Sep 16, 2023

image
image
image
这里修改后还是不行呢

修改为 json.loads(image_info.original_yml) 就可以启动了 图像

@MysteryZ
Copy link

修改为 json.loads(image_info.original_yml) 就可以启动了 image

@xiaopingDU1993
Copy link

我这里默认就是json.loads(image_info.original_yml) 但是点击下载就会报这个该镜像为启动方式为docker-compose,不允许直接下载,这个怎么解决
image

@keecth
Copy link

keecth commented Oct 11, 2024

修改为 json.loads(image_info.original_yml) 就可以启动了 image

修改后编译通过了,但是启动环境时无法启动镜像,一直启动中。如果是单个镜像启动没问题,docker-compose多个镜像联动就无法启动,这个怎么解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants