镜像概览
- 完整引用
docker.io/simpleyyt/manus-frontend- Registry
- docker.io
- 命名空间
- simpleyyt
- 仓库
- manus-frontend
- 已缓存 Tag 数
- 28
- 最近同步
- 07/06/2026, 05:37 PM
简介
Manus AI Agent 管理前端镜像,提供任务编排、对话与工具调用可视化界面,需配置后端 API 地址方可完整使用。
详细介绍
simpleyyt/manus-frontend 打包 Manus 开源 Agent 平台的 Web 控制台,用户可创建自动化任务、查看执行轨迹与工具输出。镜像为静态资源加反向代理,必须通过环境变量指向 Manus API 服务。与 Dify、Coze 等 SaaS 相比可私有化部署,但需自行维护后端与模型密钥。生产应固定前后端版本、经 HTTPS 反代暴露,并对管理面启用认证;前端无状态可水平扩展。
快速启动
docker run -d --name manus-fe \
-p 8080:80 \
-e API_BASE_URL=http://manus-api:8000 \
docker.io/simpleyyt/manus-frontend:latest
推荐实践
docker run -d --name manus-fe \
--restart unless-stopped \
-p 8080:80 \
-e API_BASE_URL=https://api.manus.internal \
-e TZ=Asia/Shanghai \
docker.io/simpleyyt/manus-frontend:1.0.0
核心参数说明
-p 8080:80— 前端 HTTP 入口-e API_BASE_URL— Manus 后端 REST 根地址-e TZ— 任务时间展示时区--restart unless-stopped— 控制台持续可访问- 固定 tag — 与后端 API 版本匹配
- 配对 — 需独立部署 Manus API 服务
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: manus-frontend
spec:
replicas: 2
selector:
matchLabels:
app: manus-frontend
template:
metadata:
labels:
app: manus-frontend
spec:
containers:
- name: frontend
image: docker.io/simpleyyt/manus-frontend:1.0.0
ports:
- containerPort: 80
env:
- name: API_BASE_URL
value: http://manus-api.svc:8000
---
apiVersion: v1
kind: Service
metadata:
name: manus-frontend
spec:
selector:
app: manus-frontend
ports:
- port: 80
targetPort: 80
Ingress 统一 HTTPS;API_BASE_URL 与后端 release 同步,前端无状态可 HPA 扩缩。
最新 Tag(20 条)
查看全部 28 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/simpleyyt/manus-frontend :latest | linux/amd64linux/arm64 | 2026/07/05 21:23 | 28.4 MB | sha256:f68188a60b2a… | |||
docker.io/simpleyyt/manus-frontend :main | linux/amd64linux/arm64 | 2026/07/05 21:23 | 28.4 MB | sha256:f68188a60b2a… | |||
docker.io/simpleyyt/manus-frontend :2 | linux/amd64linux/arm64 | 2026/04/02 01:09 | 28.4 MB | sha256:6b2bb5f8a8b8… | |||
docker.io/simpleyyt/manus-frontend :2.4 | linux/amd64linux/arm64 | 2026/04/02 01:09 | 28.4 MB | sha256:6b2bb5f8a8b8… | |||
docker.io/simpleyyt/manus-frontend :2.4.0 | linux/amd64linux/arm64 | 2026/04/02 01:09 | 28.4 MB | sha256:6b2bb5f8a8b8… | |||
docker.io/simpleyyt/manus-frontend :2.3 | linux/amd64linux/arm64 | 2026/03/05 14:18 | 28.3 MB | sha256:609815f1168a… | |||
docker.io/simpleyyt/manus-frontend :2.3.8 | linux/amd64linux/arm64 | 2026/03/05 14:18 | 28.3 MB | sha256:609815f1168a… | |||
docker.io/simpleyyt/manus-frontend :2.3.7 | linux/amd64linux/arm64 | 2025/11/06 00:26 | 0.0 MB | sha256:fdc5c908d289… | |||
docker.io/simpleyyt/manus-frontend :develop | linux/amd64linux/arm64 | 2025/09/06 01:33 | 23.5 MB | sha256:611613e79c5d… | |||
docker.io/simpleyyt/manus-frontend :2.3.6 | linux/amd64linux/arm64 | 2025/09/05 00:42 | 23.5 MB | sha256:9b19e6b57ce7… | |||
docker.io/simpleyyt/manus-frontend :2.3.5 | linux/amd64linux/arm64 | 2025/08/31 23:01 | 23.5 MB | sha256:ab4f40e7378f… | |||
docker.io/simpleyyt/manus-frontend :2.3.4 | linux/amd64linux/arm64 | 2025/08/27 02:28 | 23.5 MB | sha256:a0ffce89881b… | |||
docker.io/simpleyyt/manus-frontend :2.3.3 | linux/amd64linux/arm64 | 2025/08/27 00:18 | 23.5 MB | sha256:0d9daf7bb787… | |||
docker.io/simpleyyt/manus-frontend :2.3.2 | linux/amd64linux/arm64 | 2025/08/25 00:59 | 23.5 MB | sha256:5306b7159bbd… | |||
docker.io/simpleyyt/manus-frontend :2.3.1 | linux/amd64linux/arm64 | 2025/08/13 23:40 | 23.5 MB | sha256:055601f27571… | |||
docker.io/simpleyyt/manus-frontend :2.3.0 | linux/amd64linux/arm64 | 2025/08/13 00:43 | 23.5 MB | sha256:34636c57711b… | |||
docker.io/simpleyyt/manus-frontend :2.2 | linux/amd64linux/arm64 | 2025/07/04 21:57 | 23.5 MB | sha256:d8157aa9a0f2… | |||
docker.io/simpleyyt/manus-frontend :2.2.2 | linux/amd64linux/arm64 | 2025/07/04 21:57 | 23.5 MB | sha256:d8157aa9a0f2… | |||
docker.io/simpleyyt/manus-frontend :2.2.1 | linux/amd64linux/arm64 | 2025/06/27 00:39 | 23.5 MB | sha256:4741b91cc982… | |||
docker.io/simpleyyt/manus-frontend :2.2.0 | linux/arm64linux/amd64 | 2025/06/25 22:48 | 24.3 MB | sha256:3df0784bc621… |