Docs: Updated executor manager prerequisites (#11978)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [x] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
writinwaters
2025-12-16 19:59:56 +08:00
committed by GitHub
parent 0e8b9588ba
commit 4d46726eb7
3 changed files with 6 additions and 5 deletions

View File

@ -130,11 +130,11 @@ docker pull infiniflow/sandbox-base-python:latest
**Root cause**
The executor manager image you are running includes Docker CLI 24.x (API 1.43) while the host Docker daemon now requires API 1.44+ (e.g., Docker 25+ / 29.x).
Your executor manager image includes Docker CLI 24.x (API 1.43), but the host Docker daemon, e.g., Docker 25+ / 29.x, now requires API 1.44+.
**Solution**
Pull the refreshed image or rebuild locally so the embedded Docker client is new enough:
Pull the latest executor manager image or rebuild it locally to upgrade the built-in Docker client:
```bash
docker pull infiniflow/sandbox-executor-manager:latest