You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the dumb-init work correctly or does it still make sense to use dumb-init
If the server is down, will the container exit or not
If the container is down, users should do what to restart the container? If they use docker start, docker will do wait-storage and init-store again. And if docker start, is the expected result consistent with the actual one?
The name of docker-entrypoint.sh seems to be inappropriate
Problem Type (问题类型)
performance (性能优化) subtask of #840
Before submit
Environment (环境信息)
Your Question (问题描述)
In the current Dockerfile, we use a shell to run three shell in order:
In
docker-entrypoint.sh
There are some question:
dumb-init
work correctly or does it still make sense to usedumb-init
docker start
, docker will dowait-storage
andinit-store
again. And ifdocker start
, is the expected result consistent with the actual one?docker-entrypoint.sh
seems to be inappropriateVertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: