正确的步骤: # 下载镜像文件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# 进入容器dockerexec-it 9d9d43a2ecf /...
方式一:使用docker build构建镜像, 详情请参考制作docker镜像 方式二:从docker hub下载 docker pull hoffermei/bk-cmdb:v3.6.3 部署CMDB (bk-cmdb) ➜ configcenter git:(v3.6.x) ✗ cd helm/bk-cmdb (bk-cmdb) ➜ configcenter git:(v3.6.x) ✗ helm install bk-cmdb ./ 检查服务是否正常启动...
1、docker run --restart=always -d -p 8082:8090 ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:v3.6.5 2、配置nginx转发 location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; ...
Docker 镜像制作 解压cmdb.tar.gz,进入cmdb目录执行以下命令: ./image.sh -i 示例: ./image.sh -i linux:latest 注:-i 参数后面配置的参数是基础镜像,基础镜像可以自己制作,也可以使用公共镜像。 编译问题及解决 源码下载问题 clone 速度较慢或超时建议配置代理: git config -...
PS C:\Users\CTDI> docker run -d -p 8081:8090 ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:v3.1.0 Unable to find image 'ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:v3.1.0' locally v3.1.0: Pulling from bk.io/cmdb-standalone 18b8eb7e7f01: ...
蓝鲸智云配置平台(blueking cmdb). Contribute to dockercore/bk-cmdb development by creating an account on GitHub.
TencentBlueKing/bk-cmdbPublic NotificationsYou must be signed in to change notification settings Fork1.6k Star5.4k New issue a1258771opened this issueJul 17, 2020· 4 comments a1258771commentedJul 17, 2020 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to...
Docker 镜像制作解压cmdb.tar.gz,进入cmdb目录执行以下命令:./image.sh -i 示例:./image.sh -i linux:latest注:-i 参数后面配置的参数是基础镜像,基础镜像可以自己制作,也可以使用公共镜像。编译问题及解决源码下载问题clone 速度较慢或超时建议配置代理:git config -...
generate.py生成dockerfile的时候复制文件少了个'/' fix: generate.py生成dockerfile的时候复制文件少了个'/' issue TencentBlueKing#3070 Unverified 70d8723 breezelxp approved these changes Sep 27, 2019 View reviewed changes Member breezelxp left a comment LGTM breezelxp merged commit f84cbbb into...
Built-in secret store Automate your software development practices with workflow files embracing the Git flow by codifying it in your repository. Multi-container testing Test your web service and its DB in your workflow by simply adding some docker-compose to your workflow file.©...