概要
- フル名
docker.io/dyrnq/open-webui- Registry
- docker.io
- 名前空間
- dyrnq
- リポジトリ
- open-webui
- キャッシュ Tag 数
- 5108
- 最終同期
- 07/05/2026, 10:23 PM
- 関連トピック
概要
Open WebUI LLM 对话前端镜像,Ollama/OpenAI 兼容 API 接入,自托管 ChatGPT 风格 Web 界面。
詳細
dyrnq/open-webui 运行 Open WebUI 开源 LLM 对话前端,接入 Ollama、OpenAI 兼容 API 或本地模型,提供 ChatGPT 风格多轮对话、RAG 文档问答与用户管理。定位为 LLM Web 对话平台,需 data volume 持久化对话与配置;K8s Deployment 内网 AI 助手门户。
快速启动
docker run -d --name open-webui \
-p 8080:8080 \
-v /data/open-webui:/app/backend/data \
-e OLLAMA_BASE_URL=http://ollama:11434 \
docker.io/dyrnq/open-webui:latest
推荐实践
docker run -d --name open-webui \
--restart unless-stopped \
-p 8080:8080 \
-v /data/open-webui:/app/backend/data \
-e OLLAMA_BASE_URL=http://ollama.internal:11434 \
-e WEBUI_SECRET_KEY=random-secret \
docker.io/dyrnq/open-webui:0.3.0
核心参数说明
-p 8080:8080— Open WebUI 界面-e OLLAMA_BASE_URL— Ollama 后端地址-v .../data:...— 对话与配置持久化-e WEBUI_SECRET_KEY— 会话加密(高敏)
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: open-webui
spec:
replicas: 1
selector:
matchLabels:
app: open-webui
template:
metadata:
labels:
app: open-webui
spec:
containers:
- name: webui
image: docker.io/dyrnq/open-webui:0.3.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: open-webui-env
volumeMounts:
- name: data
mountPath: /app/backend/data
volumes:
- name: data
persistentVolumeClaim:
claimName: open-webui-data
---
apiVersion: v1
kind: Service
metadata:
name: open-webui
spec:
selector:
app: open-webui
ports:
- port: 8080
targetPort: 8080
Ollama 独立 Deployment;Ingress 内网 AI 对话入口。
最新 Tag(20 件)
すべての 5108 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/dyrnq/open-webui :slim | linux/arm64linux/amd64 | 2026/06/29 14:53 | 1.2 GB | sha256:4368a0ab4a86… | |||
docker.io/dyrnq/open-webui :ollama | linux/amd64linux/arm64 | 2026/06/29 14:52 | 3.6 GB | sha256:0d8611d16245… | |||
docker.io/dyrnq/open-webui :main-slim | linux/arm64linux/amd64 | 2026/06/29 14:52 | 1.2 GB | sha256:4368a0ab4a86… | |||
docker.io/dyrnq/open-webui :main-ollama | linux/amd64linux/arm64 | 2026/06/29 14:52 | 3.6 GB | sha256:0d8611d16245… | |||
docker.io/dyrnq/open-webui :main-cuda126 | linux/amd64linux/arm64 | 2026/06/29 14:52 | 4.7 GB | sha256:9649fb370cf4… | |||
docker.io/dyrnq/open-webui :main-cuda | linux/arm64linux/amd64 | 2026/06/29 14:52 | 4.8 GB | sha256:b78700fb118c… | |||
docker.io/dyrnq/open-webui :main | linux/arm64linux/amd64 | 2026/06/29 14:52 | 1.4 GB | sha256:d05c6ff8baf5… | |||
docker.io/dyrnq/open-webui :latest-slim | linux/arm64linux/amd64 | 2026/06/29 14:52 | 1.2 GB | sha256:4368a0ab4a86… | |||
docker.io/dyrnq/open-webui :latest-ollama | linux/amd64linux/arm64 | 2026/06/29 14:52 | 3.6 GB | sha256:0d8611d16245… | |||
docker.io/dyrnq/open-webui :latest-cuda126 | linux/amd64linux/arm64 | 2026/06/29 14:52 | 4.7 GB | sha256:9649fb370cf4… | |||
docker.io/dyrnq/open-webui :latest-cuda | linux/arm64linux/amd64 | 2026/06/29 14:51 | 4.8 GB | sha256:b78700fb118c… | |||
docker.io/dyrnq/open-webui :latest | linux/arm64linux/amd64 | 2026/06/29 14:51 | 1.4 GB | sha256:d05c6ff8baf5… | |||
docker.io/dyrnq/open-webui :v0.6.22-ollama | linux/amd64linux/arm64 | 2026/06/29 13:28 | 2.9 GB | sha256:abc9042e27aa… | |||
docker.io/dyrnq/open-webui :v0.6.21-ollama | linux/arm64linux/amd64 | 2026/06/29 13:28 | 2.6 GB | sha256:5e82551bacaa… | |||
docker.io/dyrnq/open-webui :v0.6.19-cuda | linux/arm64linux/amd64 | 2026/06/29 13:28 | 4.2 GB | sha256:09d057f17d15… | |||
docker.io/dyrnq/open-webui :v0.6.21-cuda126 | linux/amd64linux/arm64 | 2026/06/29 13:28 | 4.7 GB | sha256:00120f308122… | |||
docker.io/dyrnq/open-webui :v0.6.19-ollama | linux/amd64linux/arm64 | 2026/06/29 13:28 | 2.9 GB | sha256:2ee1738e2272… | |||
docker.io/dyrnq/open-webui :v0.6.2-ollama | linux/arm64linux/amd64 | 2026/06/29 13:28 | 2.9 GB | sha256:de045e01c839… | |||
docker.io/dyrnq/open-webui :v0.6.22-cuda | linux/arm64linux/amd64 | 2026/06/29 13:28 | 4.2 GB | sha256:21f6b7147fc2… | |||
docker.io/dyrnq/open-webui :v0.6.22-cuda126 | linux/amd64linux/arm64 | 2026/06/29 13:28 | 4.7 GB | sha256:3613ea058278… |