Doc: executor manager updated docker version (#11946)

### What problem does this PR solve?

Add documentation for #11806.

### Type of change

- [x] Documentation Update
This commit is contained in:
Yongteng Lei
2025-12-15 11:13:51 +08:00
committed by GitHub
parent 1ddd11f045
commit 13d8241eee
3 changed files with 45 additions and 3 deletions

View File

@ -23,11 +23,13 @@ The architecture consists of isolated Docker base images for each supported lang
- Linux distribution compatible with gVisor.
- gVisor installed and configured.
- Docker version 24.0.0 or higher.
- Docker version 25.0 or higher (API 1.44+). The executor manager image now ships Docker CLI `29.1.0` to stay compatible with newer Docker daemons.
- Docker Compose version 2.26.1 or higher (similar to RAGFlow requirements).
- uv package and project manager installed.
- (Optional) GNU Make for simplified command-line management.
> **Note:** If you see `client version 1.43 is too old. Minimum supported API version is 1.44`, pull the latest `infiniflow/sandbox-executor-manager:latest` from Docker Hub (or rebuild `./sandbox/executor_manager`). Older images embedded Docker 24.x, which cannot talk to upgraded Docker daemons.
## Build Docker base images
The sandbox uses isolated base images for secure containerised execution environments.
@ -113,4 +115,4 @@ Or use the Makefile shortcut:
```bash
make logs
```
```