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
部署一个node需要先在conf目录写入nid 现在想用容器部署,然而官方提供的 docker app.sh 脚本硬编码了nid = 1 su admin -c 'cd /home/admin/node/bin/ && echo 1 > /home/admin/node/conf/nid && sh startup.sh 1>>/tmp/start.log 2>&1' 所以支持一个node部署而已,是单点的,官方也确认:
su admin -c 'cd /home/admin/node/bin/ && echo 1 > /home/admin/node/conf/nid && sh startup.sh 1>>/tmp/start.log 2>&1'
整个镜像设计为单机的QuickStart启动模式,全部都是单点启动,并没有高可用的能力
一定要把nid写到conf目录吗,有没有灵活一点的部署方式
The text was updated successfully, but these errors were encountered:
No branches or pull requests
部署一个node需要先在conf目录写入nid
现在想用容器部署,然而官方提供的 docker app.sh 脚本硬编码了nid = 1
su admin -c 'cd /home/admin/node/bin/ && echo 1 > /home/admin/node/conf/nid && sh startup.sh 1>>/tmp/start.log 2>&1'
所以支持一个node部署而已,是单点的,官方也确认:
一定要把nid写到conf目录吗,有没有灵活一点的部署方式
The text was updated successfully, but these errors were encountered: