oceanbase docker运行试用(一)
基于docker 运行最小系统(最少需要10G内存)
环境准备
version: "3"
services:
ocenbase:
image: oceanbase/obce-mini
environment:
- "OB_ROOT_PASSWORD=dalongrong"
ports:
- "2881:2881"
启动&连接试用
docker-compose up -d
账户使用root 以及root@sys 都是可以的。。。。
查看集群部署信息
基于内置的obd 工具
obd cluster list
查看zone 信息
obd cluster display mini-ce
说明
以上内容参考了官方文档,实际官方文档内容还是比较全的,很值得学习下
参考资料
https://open.oceanbase.com/docs/community/oceanbase-database/V3.1.1/deploy-an-oceanbase-database-by-using-docker-1
https://open.oceanbase.com/articles/8600128