镜像概览
- 完整引用
docker.io/blowsnow/n8n-chinese- Registry
- docker.io
- 命名空间
- blowsnow
- 仓库
- n8n-chinese
- 已缓存 Tag 数
- 62
- 最近同步
- 07/06/2026, 05:24 AM
- 相关主题
简介
n8n 工作流自动化中文汉化版镜像,可视化编排 API/Webhook 集成,适合内网低代码自动化与告警编排。
详细介绍
blowsnow/n8n-chinese 基于 n8n 提供中文化工作流编辑器,连接数百 SaaS 与自建 API。定位为工作流自动化 Web 应用,需 SQLite/Postgres volume 存 workflow;K8s Deployment + Ingress 内网自动化平台。
快速启动
docker run -d --name n8n \
-p 5678:5678 \
-e N8N_BASIC_AUTH_USER=admin \
-e N8N_BASIC_AUTH_PASSWORD=changeme \
docker.io/blowsnow/n8n-chinese:latest
推荐实践
docker run -d --name n8n \
--restart unless-stopped \
-p 5678:5678 \
-v /data/n8n:/home/node/.n8n \
-e DB_TYPE=postgresdb \
-e DB_POSTGRESDB_HOST=postgres \
docker.io/blowsnow/n8n-chinese:1.0.0
核心参数说明
-p 5678:5678— n8n Web 编辑器端口-v .../n8n:...— workflow 与凭据持久化-e N8N_BASIC_AUTH_PASSWORD— 基础认证(高敏)- 固定 tag — 汉化版 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: n8n
spec:
replicas: 1
selector:
matchLabels:
app: n8n
template:
metadata:
labels:
app: n8n
spec:
containers:
- name: n8n
image: docker.io/blowsnow/n8n-chinese:1.0.0
ports:
- containerPort: 5678
envFrom:
- secretRef:
name: n8n-secrets
volumeMounts:
- name: data
mountPath: /home/node/.n8n
volumes:
- name: data
persistentVolumeClaim:
claimName: n8n-data
---
apiVersion: v1
kind: Service
metadata:
name: n8n
spec:
selector:
app: n8n
ports:
- port: 5678
targetPort: 5678
Ingress Webhook 路径;Postgres 生产推荐。
最新 Tag(20 条)
查看全部 62 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/blowsnow/n8n-chinese :latest | linux/amd64linux/arm64 | 2026/04/18 15:11 | 311.9 MB | sha256:c3a4408f47e7… | |||
docker.io/blowsnow/n8n-chinese :2.16.1 | linux/amd64linux/arm64 | 2026/04/18 15:11 | 311.9 MB | sha256:c3a4408f47e7… | |||
docker.io/blowsnow/n8n-chinese :2.11.4 | linux/amd64linux/arm64 | 2026/03/13 22:50 | 273.5 MB | sha256:991ff803abb2… | |||
docker.io/blowsnow/n8n-chinese :2.11.3 | linux/amd64linux/arm64 | 2026/03/11 19:43 | 273.5 MB | sha256:6b5061673c00… | |||
docker.io/blowsnow/n8n-chinese :2.11.2 | linux/amd64linux/arm64 | 2026/03/10 15:01 | 274.6 MB | sha256:9e272cdd6dc0… | |||
docker.io/blowsnow/n8n-chinese :2.10.4 | linux/amd64linux/arm64 | 2026/03/06 21:07 | 274.4 MB | sha256:61a6d5aff566… | |||
docker.io/blowsnow/n8n-chinese :2.10.3 | linux/amd64linux/arm64 | 2026/03/04 17:50 | 274.4 MB | sha256:0241310be765… | |||
docker.io/blowsnow/n8n-chinese :2.10.2 | linux/amd64linux/arm64 | 2026/03/03 16:55 | 274.3 MB | sha256:9d46dd30225a… | |||
docker.io/blowsnow/n8n-chinese :2.9.4 | linux/amd64linux/arm64 | 2026/02/26 00:13 | 270.5 MB | sha256:72d570eefdc5… | |||
docker.io/blowsnow/n8n-chinese :2.9.3 | linux/amd64linux/arm64 | 2026/02/25 19:50 | 270.5 MB | sha256:dc5b6e330e83… | |||
docker.io/blowsnow/n8n-chinese :2.9.2 | linux/amd64linux/arm64 | 2026/02/24 04:05 | 270.5 MB | sha256:57ef676e7435… | |||
docker.io/blowsnow/n8n-chinese :2.8.4 | linux/amd64linux/arm64 | 2026/02/23 22:57 | 242.4 MB | sha256:2f63fa5f9118… | |||
docker.io/blowsnow/n8n-chinese :2.8.3 | linux/amd64linux/arm64 | 2026/02/17 18:01 | 242.4 MB | sha256:157c8f7c682c… | |||
docker.io/blowsnow/n8n-chinese :2.7.5 | linux/amd64linux/arm64 | 2026/02/14 01:58 | 242.4 MB | sha256:4c46ab9941a1… | |||
docker.io/blowsnow/n8n-chinese :2.7.4 | linux/amd64linux/arm64 | 2026/02/11 23:02 | 242.4 MB | sha256:fb88822a6285… | |||
docker.io/blowsnow/n8n-chinese :2.7.3 | linux/amd64linux/arm64 | 2026/02/11 19:00 | 242.4 MB | sha256:fa757d423842… | |||
docker.io/blowsnow/n8n-chinese :2.6.4 | linux/amd64linux/arm64 | 2026/02/06 21:11 | 235.4 MB | sha256:40131e0a70d2… | |||
docker.io/blowsnow/n8n-chinese :2.6.3 | linux/amd64linux/arm64 | 2026/02/02 22:51 | 235.3 MB | sha256:40ff39a40cd9… | |||
docker.io/blowsnow/n8n-chinese :2.4.8 | linux/amd64linux/arm64 | 2026/01/30 01:46 | 229.8 MB | sha256:713241ae902d… | |||
docker.io/blowsnow/n8n-chinese :2.4.7 | linux/amd64linux/arm64 | 2026/01/29 21:11 | 229.8 MB | sha256:fbdd3eaeee0c… |