【发布时间】:2023-02-06 02:21:40
【问题描述】:
我想用 docker compose 创建一个 DECIDIM 的 docker 镜像,但是当我在 docker 上安装它时,它给了我以下错误:
" 调用错误 远程方法“docker-start-container”:错误:(HTTP 代码 400) 意外 - 无法创建 shim 任务:OCI 运行时创建失败:runc 创建失败:无法启动容器进程:执行: “/code/vendor/hello-world.sh”:stat /code/vendor/hello-world.sh:没有这样的 文件或目录:未知”
因为你是这个应用程序的用户,我直接问你,如何解决它。
https://github.com/decidim/docker/blob/master/docker-compose.yml
PS:我在 Windows 上运行并且只在 Windows 上运行。我可以使用 powershell 和 WSL。我在 Github 上提出一个问题:https://github.com/decidim/docker/issues/101
我尝试使用 docker 通过 docker compose 创建一个 docker 镜像。但它不起作用。
【问题讨论】:
标签: docker docker-compose