概要
- フル名
docker.io/simpleyyt/manus-sandbox- Registry
- docker.io
- 名前空間
- simpleyyt
- リポジトリ
- manus-sandbox
- キャッシュ Tag 数
- 27
- 最終同期
- 07/06/2026, 12:17 PM
概要
OpenManus AI Agent 沙箱镜像,为自主 Agent 提供隔离执行环境(Shell/浏览器/代码),面向研发 PoC 而非常规 Web 服务。
詳細
simpleyyt/manus-sandbox 为 OpenManus 项目配套沙箱,允许 LLM Agent 在容器内执行命令、访问浏览器与文件系统。典型用于本地验证 Agent 工具链与多步推理,与 E2B 云沙箱相比可自托管。镜像常需较高权限或 docker.sock 挂载,仅应在受信内网 PoC 使用;非生产常驻服务,K8s 场景风险高不建议标准 Deployment。
快速启动
docker run -d --name manus-sandbox \
-p 8080:8080 \
-e SANDBOX_API_KEY=dev-key \
docker.io/simpleyyt/manus-sandbox:latest
推荐实践
docker run -d --name manus-sandbox \
--restart unless-stopped \
-p 8080:8080 \
-e SANDBOX_API_KEY=strong-random-key \
-e MAX_SESSIONS=5 \
-v /data/manus/workspace:/workspace \
docker.io/simpleyyt/manus-sandbox:0.1.0
核心参数说明
-p 8080:8080— 沙箱 API 端口(勿公网暴露)-e SANDBOX_API_KEY— Agent 调用鉴权密钥-e MAX_SESSIONS— 并发沙箱会话上限-v .../workspace:...— Agent 工作目录持久化--restart unless-stopped— PoC 环境持续可用- 警告 — 沙箱具代码执行能力,需网络隔离
最新 Tag(20 件)
すべての 27 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/simpleyyt/manus-sandbox :latest | linux/amd64linux/arm64 | 2026/07/05 21:18 | 629.2 MB | sha256:71016b87853f… | |||
docker.io/simpleyyt/manus-sandbox :main | linux/amd64linux/arm64 | 2026/07/05 21:18 | 629.2 MB | sha256:71016b87853f… | |||
docker.io/simpleyyt/manus-sandbox :2 | linux/amd64linux/arm64 | 2026/04/02 01:24 | 626.3 MB | sha256:e02d6798bcc3… | |||
docker.io/simpleyyt/manus-sandbox :2.4 | linux/amd64linux/arm64 | 2026/04/02 01:24 | 626.3 MB | sha256:e02d6798bcc3… | |||
docker.io/simpleyyt/manus-sandbox :2.4.0 | linux/amd64linux/arm64 | 2026/04/02 01:24 | 626.3 MB | sha256:e02d6798bcc3… | |||
docker.io/simpleyyt/manus-sandbox :2.3 | linux/amd64linux/arm64 | 2026/03/05 14:34 | 567.0 MB | sha256:2443f4fc1f35… | |||
docker.io/simpleyyt/manus-sandbox :2.3.8 | linux/amd64linux/arm64 | 2026/03/05 14:34 | 567.0 MB | sha256:2443f4fc1f35… | |||
docker.io/simpleyyt/manus-sandbox :develop | linux/amd64linux/arm64 | 2025/09/06 01:28 | 560.1 MB | sha256:6453f90f3167… | |||
docker.io/simpleyyt/manus-sandbox :2.3.6 | linux/amd64linux/arm64 | 2025/09/05 00:58 | 560.1 MB | sha256:c759eddc776e… | |||
docker.io/simpleyyt/manus-sandbox :2.3.5 | linux/amd64linux/arm64 | 2025/08/31 23:14 | 561.0 MB | sha256:93c3a20fae51… | |||
docker.io/simpleyyt/manus-sandbox :2.3.4 | linux/amd64linux/arm64 | 2025/08/27 02:23 | 561.0 MB | sha256:c7076c1dcf75… | |||
docker.io/simpleyyt/manus-sandbox :2.3.3 | linux/amd64linux/arm64 | 2025/08/27 00:15 | 561.0 MB | sha256:bc0b430c7f40… | |||
docker.io/simpleyyt/manus-sandbox :2.3.2 | linux/amd64linux/arm64 | 2025/08/25 00:55 | 561.0 MB | sha256:8c718b7e1ad5… | |||
docker.io/simpleyyt/manus-sandbox :2.3.1 | linux/amd64linux/arm64 | 2025/08/13 23:53 | 559.9 MB | sha256:f078485a313a… | |||
docker.io/simpleyyt/manus-sandbox :2.3.0 | linux/amd64linux/arm64 | 2025/08/13 00:57 | 562.1 MB | sha256:bd3146815f8d… | |||
docker.io/simpleyyt/manus-sandbox :2.2 | linux/amd64linux/arm64 | 2025/07/04 22:13 | 559.8 MB | sha256:50b541cb2b27… | |||
docker.io/simpleyyt/manus-sandbox :2.2.2 | linux/amd64linux/arm64 | 2025/07/04 22:13 | 559.8 MB | sha256:50b541cb2b27… | |||
docker.io/simpleyyt/manus-sandbox :2.2.1 | linux/amd64linux/arm64 | 2025/06/27 00:34 | 559.5 MB | sha256:65ba5d8726ce… | |||
docker.io/simpleyyt/manus-sandbox :2.2.0 | linux/amd64linux/arm64 | 2025/06/25 23:07 | 559.5 MB | sha256:701870770f8b… | |||
docker.io/simpleyyt/manus-sandbox :2.1 | linux/amd64linux/arm64 | 2025/06/17 00:01 | 559.5 MB | sha256:3746fcdaac85… |