Overview
- Full name
docker.io/outlinewiki/outline- Registry
- docker.io
- Namespace
- outlinewiki
- Repository
- outline
- Cached tags
- 167
- Last synced
- 07/05/2026, 08:45 AM
- Topics
Introduction
Outline 团队知识库镜像,Notion 替代 Wiki 协作平台,Markdown 文档编辑、搜索与权限管理私有化部署。
Details
outlinewiki/outline 运行 Outline 开源团队知识库,提供 Markdown 文档编辑、全文搜索、团队协作与细粒度权限。定位为团队 Wiki 服务,需 PostgreSQL、Redis 与 S3/本地存储;企业知识管理、Notion 私有化替代或研发团队文档协作平台。
快速启动
docker run -d --name outline \
-p 3000:3000 \
-e DATABASE_URL=postgres://outline:pass@postgres:5432/outline \
-e REDIS_URL=redis://redis:6379 \
docker.io/outlinewiki/outline:latest
推荐实践
docker run -d --name outline \
--restart unless-stopped \
-p 3000:3000 \
-e SECRET_KEY=changeme \
-e UTILS_SECRET=changeme \
-e URL=https://wiki.example.com \
docker.io/outlinewiki/outline:0.80.0
核心参数说明
-p 3000:3000— Outline Web UISECRET_KEY/UTILS_SECRET— 加密密钥(高敏)URL— 对外访问地址- 依赖 — PostgreSQL + Redis + S3
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: outline
spec:
replicas: 2
selector:
matchLabels:
app: outline
template:
metadata:
labels:
app: outline
spec:
containers:
- name: outline
image: docker.io/outlinewiki/outline:0.80.0
ports:
- containerPort: 3000
envFrom:
- secretRef:
name: outline-env
---
apiVersion: v1
kind: Service
metadata:
name: outline
spec:
selector:
app: outline
ports:
- port: 3000
targetPort: 3000
Secret 存全部 env;Ingress + TLS。
Latest tags (20)
View all 167 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/outlinewiki/outline :1.8.2-0 | linux/amd64linux/arm64 | 2026/06/10 08:44 | 261.4 MB | sha256:0c32e536e781… | |||
docker.io/outlinewiki/outline :latest | linux/arm64linux/amd64 | 2026/06/06 21:15 | 260.3 MB | sha256:49052164531e… | |||
docker.io/outlinewiki/outline :1.8 | linux/arm64linux/amd64 | 2026/06/06 21:15 | 260.3 MB | sha256:49052164531e… | |||
docker.io/outlinewiki/outline :1.8.1 | linux/arm64linux/amd64 | 2026/06/06 21:15 | 260.3 MB | sha256:49052164531e… | |||
docker.io/outlinewiki/outline :1.8.0 | linux/arm64linux/amd64 | 2026/06/01 20:29 | 260.3 MB | sha256:8c9c55eeb79b… | |||
docker.io/outlinewiki/outline :1.8.0-1 | linux/arm64linux/amd64 | 2026/05/13 10:30 | 260.8 MB | sha256:d3c051e03667… | |||
docker.io/outlinewiki/outline :1.8.0-0 | linux/arm64linux/amd64 | 2026/05/09 06:05 | 260.7 MB | sha256:7dbdd4b71bd4… | |||
docker.io/outlinewiki/outline :1.7 | linux/arm64linux/amd64 | 2026/05/04 09:53 | 260.3 MB | sha256:5aa224934018… | |||
docker.io/outlinewiki/outline :1.7.1 | linux/arm64linux/amd64 | 2026/05/04 09:53 | 260.3 MB | sha256:5aa224934018… | |||
docker.io/outlinewiki/outline :1.7.0 | linux/amd64linux/arm64 | 2026/04/30 18:55 | 259.5 MB | sha256:3233cc10950f… | |||
docker.io/outlinewiki/outline :1.6 | linux/arm64linux/amd64 | 2026/03/19 07:56 | 260.9 MB | sha256:6639ab9c16c7… | |||
docker.io/outlinewiki/outline :1.6.1 | linux/arm64linux/amd64 | 2026/03/19 07:56 | 260.9 MB | sha256:6639ab9c16c7… | |||
docker.io/outlinewiki/outline :1.6.0 | linux/amd64linux/arm64 | 2026/03/16 00:25 | 261.7 MB | sha256:986f0f865b74… | |||
docker.io/outlinewiki/outline :1.5 | linux/arm64linux/amd64 | 2026/02/16 02:02 | 253.5 MB | sha256:e3a53533315d… | |||
docker.io/outlinewiki/outline :1.5.0 | linux/arm64linux/amd64 | 2026/02/16 02:02 | 253.5 MB | sha256:e3a53533315d… | |||
docker.io/outlinewiki/outline :1.4 | linux/arm64linux/amd64 | 2026/01/28 07:56 | 255.2 MB | sha256:aaeb4ca02ae5… | |||
docker.io/outlinewiki/outline :1.4.0 | linux/arm64linux/amd64 | 2026/01/28 07:56 | 255.2 MB | sha256:aaeb4ca02ae5… | |||
docker.io/outlinewiki/outline :1.3 | linux/amd64linux/arm64 | 2026/01/18 00:22 | 259.3 MB | sha256:0bcee08f5bf6… | |||
docker.io/outlinewiki/outline :1.3.0 | linux/amd64linux/arm64 | 2026/01/18 00:22 | 259.3 MB | sha256:0bcee08f5bf6… | |||
docker.io/outlinewiki/outline :1.2 | linux/amd64linux/arm64 | 2026/01/07 07:10 | 259.3 MB | sha256:887a2fb53dfe… |