新增面向 AI Agent 的 Docker 全量安装指引#78
Open
acloudpeng wants to merge 1 commit into
Open
Conversation
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

变更说明
新增
INSTALL_DOCKER_FULL.zh-CN.md,作为 AI agent 执行 DEEIX Chat Docker 全量安装时的操作指引。该文档不是普通用户手册,主要用于约束 AI agent 的安装顺序、网络分支、安装动作和执行边界,避免在中国大陆服务器上直接卡在 GitHub、GHCR、Docker Hub 或依赖镜像拉取环节。
AI Agent 会按文档执行的事项
gh-proxy.org拉取源码ghcr.1ms.run拉取应用镜像pgvector/pgvector:pg16和redis:7config.yaml,但不会覆盖用户已有配置app、postgres、redis全量 Docker 环境8080执行边界
AI agent 不会默认执行以下高风险操作:
config.yaml/etc/docker/daemon.json国内镜像版本对比
文档创建时间:2026年5月30日
镜像版本检查时间:2026年5月30日
pgvector/pgvector:pg16swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgvector/pgvector:pg162024-07-090.8.2-pg16-*标签redis:7swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/redis:72025-04-29,页面内版本信息为 Redis7.4.2redis:7已更新到 Redis7.4.9redis:7当前版本测试环境
测试结果
已验证在上述国内服务器环境中,AI agent 按该文档的国内安装路径可以完成 DEEIX Chat Docker 全量安装,并可在安装完成后读取并输出首次初始化管理员账户和密码。
说明
该文档优先保证 AI agent 在中国大陆服务器上能够稳定完成安装。国内镜像源不等同于官方最新版本;若用户要求严格跟随官方最新镜像,建议在可访问 Docker Hub/GHCR 的环境中先拉取官方镜像,再通过
docker save/docker load迁移到目标机器。