如果你用 DeepSeek、元宝AI、Copilot 等 AI 代为编写轩辕镜像的 docker pull、修改 compose 镜像地址,或排查拉取失败等问题,请让 AI 先读规则再动手,只要在 AI 对话里直接发送下面这句话即可:
生成 docker pull、修改 compose 的 image,或排查拉取失败前,请先阅读并严格遵守 https://xuanyuan.cloud/agents.md 中的规则。国内用户首推 DeepSeek、元宝 AI 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
注意:这是 https://hub.docker.com/_/orientdb 的 arm32v7 架构构建的“按架构”仓库——更多信息,请参见官方镜像文档中的“https://github.com/docker-library/official-images#architectures-other-than-amd64%E2%80%9D%E4%BB%A5%E5%8F%8A%E5%AE%98%E6%96%B9%E9%95%9C%E5%83%8F FAQ 中的“https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what%E2%80%9D%E3%80%82
维护者:
https://github.com/orientechnologies/orientdb-docker
获取帮助:
Docker 社区 Slack、Server Fault、Unix & Linux 或 Stack Overflow
Dockerfile 链接https://github.com/orientechnologies/orientdb-docker/blob/9bfd68a64234423574e38a7a1f5e6a2098191f6a/release/3.2.x/3.2.45/Dockerfile
https://github.com/orientechnologies/orientdb-docker/blob/9bfd68a64234423574e38a7a1f5e6a2098191f6a/release/3.2.x/3.2.45-tp3/Dockerfile
提交 issues:
https://github.com/orientechnologies/orientdb-docker/issues?q=
支持的架构:(https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/orientdb/%E3%80%81https://hub.docker.com/r/arm32v7/orientdb/%E3%80%81https://hub.docker.com/r/arm64v8/orientdb/
镜像 artifact 详情:
https://github.com/docker-library/repo-info/blob/master/repos/orientdb%EF%BC%88https://github.com/docker-library/repo-info/commits/master/repos/orientdb%EF%BC%89
(镜像元数据、传输大小等)
镜像更新:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Forientdb
https://github.com/docker-library/official-images/blob/master/library/orientdb%EF%BC%88https://github.com/docker-library/official-images/commits/master/library/orientdb%EF%BC%89
本描述的来源:
https://github.com/docker-library/docs/tree/master/orientdb%EF%BC%88https://github.com/docker-library/docs/commits/master/orientdb%EF%BC%89
OrientDB 是首个多模型开源 NoSQL 数据库管理系统(DBMS),将图数据库的强大功能与文档数据库的灵活性结合,提供可扩展、高性能的 operational 数据库。
!https://raw.githubusercontent.com/docker-library/docs/aa4e1c37afc16c4631e2272c1b5e2fe8e25e829c/orientdb/logo.png
OrientDB 启动时会要求输入 root 密码。root 用户可管理 OrientDB 服务器:创建新数据库、管理用户和角色。可通过环境变量向容器传递 root 密码:
console$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=rootpwd arm32v7/orientdb
Studio 可通过 http://
本 Docker 镜像包含 OrientDB 安装及基础配置。若需提供自定义配置文件夹以覆盖容器中默认的配置,只需为配置文件夹挂载持久卷。提供配置文件夹可与 Ansible、Chef 或 Puppet 等软件配置工具集成。
数据库文件夹同理,若仅存储在运行中的容器本地,容器停止或删除后数据会丢失。也可使用专用数据容器的卷。
console$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 \ -v <config_path>:/orientdb/config \ -v <databases_path>:/orientdb/databases \ -v <backup_path>:/orientdb/backup \ -e ORIENTDB_ROOT_PASSWORD=rootpwd \ arm32v7/orientdb
注意:不要将空配置文件夹作为卷挂载,否则 OrientDB 将以极简配置启动。
OrientDB 镜像包含完整安装,因此可运行 console:
console$ docker run --rm -it arm32v7/orientdb /orientdb/bin/console.sh
或运行 etl:
console$ docker run --rm -it -v <config_path>:/orientdb/config arm32v7/orientdb /orientdb/bin/oetl.sh ../config/oetl-config.json
启动时可使用 -D 选项指定任何配置设置。例如,启动分布式配置的 OrientDB:
console$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 \ -v <config_path>:/orientdb/config \ -v <databases_path>:/orientdb/databases \ -v <backup_path>:/orientdb/backup \ -e ORIENTDB_ROOT_PASSWORD=rootpwd \ -e ORIENTDB_NODE_NAME=odb1 \ arm32v7/orientdb /orientdb/bin/server.sh -Ddistributed=true
更多配置选项请参见在线文档的 配置 部分。
可通过命令行传递堆大小等环境参数:
console$ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 \ -e ORIENTDB_ROOT_PASSWORD=rootpwd \ arm32v7/orientdb /orientdb/bin/server.sh -Xmx8g
查看本镜像中包含软件的 https://github.com/orientechnologies/orientdb/blob/master/license.txt%E3%80%82
与所有 Docker 镜像一样,本镜像可能还包含其他软件,这些软件可能使用其他许可(如基础发行版中的 Bash 等,以及主要软件的任何直接或间接依赖项)。
部分可自动检测的附加许可信息可能位于 https://github.com/docker-library/repo-info/tree/master/repos/orientdb%E3%80%82
对于任何预构建镜像的使用,镜像用户有责任确保对本镜像的任何使用符合其中包含的所有软件的相关许可。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
发给 Cursor、ChatGPT、豆包等 AI 的说明文档
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
不支持 push
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务