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
# 下载镜像文件 docker pull ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:v3.13.7 # 启动容器,注意内外端口号要一致,如果要改成其它的,容器里面的run.sh也要修改 docker run -d -p 8090:8090 ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:v3.13.7 # 进入容器 docker exec -it 9d9d43a2ecf /bin/bash # 修改run.sh的ip配置为宿主服务器的ip sed -i 's/ip=127\.0\.0\.1/ip=192.168.110.86/g' run.sh # 注释掉重启修改配置的代码 sed -i '7,12 s/^/#/' run.sh && sed -i '20,22 s/^/#/' run.sh && sed -i '31,32 s/^/#/' run.sh # 重启容器 docker restart 9d9d43a2ecf # 访问测试 http://192.168.110.86:8090 用户名/密码:bk-cmdb/blueking
The text was updated successfully, but these errors were encountered:
国内开源环境是真的差
Sorry, something went wrong.
比官方的详细
No branches or pull requests
官方的一些安装文档的槽点
正确的步骤:
The text was updated successfully, but these errors were encountered: