> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/deploy/host-n8n.md).

# 用 Docker 托管 Duaer

Duaer v3 起，Docker 是唯一支持的部署方式。实例检查若发现没在容器里跑，会打开这一页。
## 容器是支持边界

1. 停掉在容器外直接跑的进程。
2. 用官方镜像或你维护的同源镜像启动。
3. 带上原来的 [加密密钥](/zh/hosting/configuration/encryption-keys.md) 和数据库。

在容器外直接跑已标成不支持。升级检查和弃用提示都会链到这里。队列模式、task runner、环境变量等细节仍在 [托管](/zh/hosting/scaling/queue-mode.md) 与 deploy 子页。这一页只回答：该不该继续在裸机进程里跑。
## Questions

### Duaer v3 之后还支持在容器外直接跑吗？

不作为支持的部署方式。Duaer v3 起 Docker 是唯一支持的部署方式。实例检查如果发现没在容器里跑，会链到这一页。

