liangdas / mqant-example

mqant示例教程

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在通过dockerfile build成功后run的时候会报错

SheepQi opened this issue · comments

执行run之后就只报这个错误,并且通过docker logs查看也只有这一句

docker run -p 3563:3563 -p 3653:3653 -p 8080:8080 mqant-example
standard_init_linux.go:219: exec user process caused: no such file or directory

已经找到原因了,是因为sh脚本的文本格式为crlf导致的