-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 up -d 之后,ferry container重复报错 exec /opt/workflow/ferry/entrypoint.sh: no such file or directory #306
Comments
经查,这个image,缺少/opt/workflow/ferry/entrypoint.sh"这个文件,需要自己docker build
|
奇怪 再linux下面直接docker-compose 就启动了。但是在windows下面也是报这错。 而且dockerfile里面有copy entrypoint.sh的指令啊。 |
|
docker-compose up -d
之后,mysql和redis启动了,ferry container 重复重启,重复报错:可是我从docker desktop的Files里,可以看到对应位置有这个文件entrypoint.sh 419 Bytes -rwxr-xr-x
我用命令
docker container cp ferry:/opt/workflow/ferry/entrypoint.sh D:\Downloads
,也可以从ferry拷贝出文件,请问这个报错,可能是什么引起的?使用的是matser(
829dc3a4ec54b01328f0853dbba768da7fbe320f
)的代码The text was updated successfully, but these errors were encountered: