RockteMQ-AI commented on issue #2613:
URL:
https://github.com/apache/rocketmq-dashboard/issues/2613#issuecomment-5419603622
**Issue Evaluation**
Category: `documentation` | Status: **Confirmed**
The documentation inconsistency has been verified.
**Root Cause:** `deploy/README.md` prerequisites section lists "远程机器已安装
Podman(Alibaba Cloud Linux 3 默认提供)" but `deploy/deploy.sh` exclusively uses
`docker` and `docker compose` commands (lines 47-48, 67, 79, 85, 93, 102, 111,
116). A host with only Podman will fail the preflight:
```bash
run_remote 'command -v docker >/dev/null 2>&1 && docker compose version
>/dev/null 2>&1' \
|| err "目标机缺少 docker 或 docker compose"
```
**Impact:** Users following the documented prerequisites will encounter
deployment failures.
**Suggested fix:** Update the prerequisites section to require Docker and
Docker Compose instead of Podman, or implement and test a Podman-compatible
deployment path.
---
*Automated evaluation by github-manager-bot*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]