-
-
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
Can not build docker image #13
Comments
Yes, the docker build -t fund_strategy --build-arg tag=x86_64-00722032-nanoserver21H2 . Available tags can be found here. |
需要 node 开发环境: 版本信息(作为参考):
运行命令
或者使用docker运行项目 在项目路径下运行以下命令构建项目的docker镜像
镜像构建完毕后运行
等待项目启动过程中,可通过以下命令查看启动日志:
启动后,可通过 👉 详细内容可以参考安装手册 https://ufund-me.github.io/Qbot/#/01-新手指引/Install_guide |
as seekincs said. |
root@x:~# docker start add31ae40cc8
Error response from daemon: No such container: add31ae40cc8
Error: failed to start containers: add31ae40cc8
root@x:~# docker run -dp 8000:8000 fund_strategy --name="fund_strategy_instance"
790734da6a4d5f3d34559af9a237c0575a073ab51dd3e9d1dab8c0562b334005
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "--name=fund_strategy_instance": executable file not found in $PATH: unknown. 文档和上面的内容都看了,两种启动方法都报错 |
please use Microsoft Qlib instead of this, I don't think this one is ready for use. |
(base) PS D:\Qbot> docker build -t fund_strategy --build-arg tag=x86_64-00722032-nanoserver21H2 . |
🐛 Bug Description
Fail to build docker image.
To Reproduce
Steps to reproduce the behavior:
docker build -t fund_strategy .
I think problem is the Dockerfile, variable
tag
is not set.The text was updated successfully, but these errors were encountered: