docker 单机版,服务器重启docker容器启动失败

【 使用环境 】测试环境
【 OB or 其他组件 】
【 使用版本 】
【问题描述】清晰明确描述问题
docker run -d -m 8G --cpus 4 --name oceanbase -p 2881:2881 -v /root/observer/ob:/root/ob -v /root/observer/obd:/root/.obd -v /root/observer/obagent:/root/obagent oceanbase/oceanbase-ce:4.2.2
docker 第一次启动正常。以后就不能重启了
【复现路径】问题出现前后相关操作
【附件及日志】
boot failed!
find obd deploy information, skip configuring…
start ob cluster …
Get local repositories ok
Search plugins ok
Load cluster param plugin ok
Cluster status check ok
Check before start observer ok
[WARN] OBD-1011: (127.0.0.1) The recommended value of fs.aio-max-nr is 1048576 (Current value: 65536)
[WARN] OBD-1007: (127.0.0.1) The recommended number of stack size is unlimited (Current value: 8192)
[WARN] OBD-1017: (127.0.0.1) The value of the “vm.max_map_count” must be within [327600, 1310720] (Current value: 65530, Recommended value: 655360)
[WARN] OBD-1017: (127.0.0.1) The value of the “vm.overcommit_memory” must be 0 (Current value: 1, Recommended value: 0)
[WARN] OBD-1017: (127.0.0.1) The value of the “fs.file-max” must be greater than 6573688 (Current value: 1599952, Recommended value: 6573688)

Check before start obagent ok
Start observer ok
observer program health check ok
obshell program health check ok
Connect to observer ok
Start obagent x
[ERROR] failed to start 127.0.0.1 obagent.
[ERROR] obagent start failed
±--------------------------------------------+
| observer |
±----------±--------±-----±------±-------+
| ip | version | port | zone | status |
±----------±--------±-----±------±-------+
| 127.0.0.1 | 4.2.2.0 | 2881 | zone1 | ACTIVE |
±----------±--------±-----±------±-------+
obclient -h127.0.0.1 -P2881 -uroot -Doceanbase -A
See OceanBase分布式数据库-海量数据 笔笔算数 .
Trace ID: b7436892-0d20-11ef-92c4-0242ac110002
If you want to view detailed obd logs, please run: obd display-trace b7436892-0d20-11ef-92c4-0242ac110002

请发一下详细的日志