We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
other exception / error (其他异常报错)
使用Dockerfile构建镜像失败,经过定位是第30行的 sed -n '63p' ./bin/start-hugegraph.sh | grep "&" > /dev/null && sed -i 63{s/&$/#/g} ./bin/start-hugegraph.sh 返回code=1,请问这句的作用是?同样31行的sed也返回1。 定位过程见下面两个截图。
另外,如果把30和31行两个sed注释掉,构建出的镜像可以启动,但启动成功后容器自动kill,这可能是什么原因?
而把51行的ENTRYPOINT注释掉后,手动进入镜像执行start-hugegraph.sh则可以正常服务。
No response
The text was updated successfully, but these errors were encountered:
你是用了最新的 server 代码/包么(0.10应该是正常的), 新旧版的脚本行数有点小区别, 你可以先临时改一下行数 (逻辑其实很简单, 就是让 server 保持前台运行)
后续我们会更新最新的 Dockerfile, 也欢迎你贡献, 相关 issue 见 #840
Sorry, something went wrong.
是的,用最新的0.12.0。 对,果然是30行的原因导致进程无法前台运行。 后续大概什么时候能更新Dockerfile?
大概时间在项目进入 Apache 社区左右? 相关需要和讨论可以在 #840 那个 issue 里说, 最好的后台解决应该是加一个开关, 而不是现在这样 hard code 注释或修改, 这样后续也都能兼容
No branches or pull requests
Problem Type (问题类型)
other exception / error (其他异常报错)
Before submit
Environment (环境信息)
Your Question (问题描述)
使用Dockerfile构建镜像失败,经过定位是第30行的
sed -n '63p' ./bin/start-hugegraph.sh | grep "&" > /dev/null && sed -i 63{s/&$/#/g} ./bin/start-hugegraph.sh
返回code=1,请问这句的作用是?同样31行的sed也返回1。
定位过程见下面两个截图。
另外,如果把30和31行两个sed注释掉,构建出的镜像可以启动,但启动成功后容器自动kill,这可能是什么原因?
而把51行的ENTRYPOINT注释掉后,手动进入镜像执行start-hugegraph.sh则可以正常服务。
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: