apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.46k stars 947 forks source link

[Question] The master branch image cannot be started after creation #2377

Closed Chandleroo closed 1 month ago

Chandleroo commented 1 month ago

Question

当我使用script目录下的Dockerfile制作镜像后,启动容器报异常:exec ./bin/entrypoint.sh: no such file or directory image image

yuluo-yx commented 1 month ago

How did you build it? I don't have any problems here

image

maybe you can see: https://hertzbeat.apache.org/zh-cn/docs/start/docker-deploy

Chandleroo commented 1 month ago

How did you build it? I don't have any problems here

image

maybe you can see: https://hertzbeat.apache.org/zh-cn/docs/start/docker-deploy

谢谢您的回复,我找到问题所在了,当git clone项目到本地Windows时,文件换行符成为了CRLF,这个导致了构建镜像的问题,需要修改文件换行符为LF,再次构建没有出现问题

yuluo-yx commented 1 month ago

if saved, can closed this issue.