Heroku-cli:尝试部署NodeJS应用的docker映像后,docker运行退出并显示127

时间:2018-11-17 04:59:25

标签: docker heroku containers heroku-cli

我尝试使用heroku-cli将docker映像部署到heroku, 但是我得到了这个错误:

$: heroku container:run web
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"\": executable file not found in $PATH": unknown.
 ▸    Error: docker run exited with 127

此docker映像在本地使用命令docker run -d -p 3000:3000 webApp

可以正常工作

已经尝试在heroku中添加PATH变量,但没有帮助。 试图找出heroku container:run web落后了什么,但结果仍然为零。

我还发现heroku container的文档已过时,他们说运行heroku container:release web,但是在我检查heroku help container之后,没有heroku container:release

0 个答案:

没有答案