gpt4 book ai didi

cygwin - 尝试运行 Docker 导致退出代码 127

转载 作者:行者123 更新时间:2023-12-04 18:40:15 27 4
gpt4 key购买 nike

我正在尝试在使用 docker 的 Windows 中运行某个应用程序。由于应用程序是一个 shell 脚本,我使用 cygwin 终端。作为 docker 的新手,我对它的工作原理没有明确的想法。

使用 boot2docker,我在 Windows 7 中打开了一个 docker 终端和一个 cygwin 终端来运行脚本。

但是当我运行脚本时,说

   ./xyz init

我收到以下错误
    trying to run docker resulted in exit code 127

你能告诉我我应该通过哪些基本的急救来解决这个问题吗?

该应用程序来自vision.ai,名为vmx。有关该应用程序的信息在这里。

https://docs.vision.ai/

非常感谢您的帮助。

最佳答案

我遇到了几乎相同的问题,问题只是在以该文件结尾的 Windows 中,它使用的是 CRLF而不是 LF ,将其更改为 LF它可能会起作用(使用 Notepad++、IntelliJ 或 Visual Code),引用以下答案:

env: bash\r: No such file or directory

How do I set all files in a subdirectory to use a specific eol using gitattributes?

所以我的 .gitattributes现在的文件是这样的:

* text=auto
/docker/* text eol=lf
/ci/* text eol=lf
/sbt text eol=lf
/docker-*.sh text eol=lf
/sbt-dist/bin/*.bash text eol=lf
/sbt-dist/bin/sbt text eol=lf

这些属性是因为我在 docker 中部署了 play 框架项目。

关于cygwin - 尝试运行 Docker 导致退出代码 127,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27820268/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com