
library/registry
一种针对容器化技术的分发实现方案,专注于容器镜像及各类相关制品的存储与分发管理,支持从制品构建、版本控制到跨环境部署的全生命周期流程,保障镜像和制品在开发、测试与生产环节中的高效传输与可靠供应,为容器化应用的持续集成和持续部署提供稳定的基础设施支持。
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Quick reference
-
Maintained by:
https://github.com/distribution/distribution-library-image -
Where to get help:
https://slack.cncf.io/, or https://stackoverflow.com/questions/tagged/docker+registry
Supported tags and respective Dockerfile links
- https://github.com/distribution/distribution-library-image/blob/0c2328319a030d953c159f57e4ad7693a9a08a8a/Dockerfile
Quick reference (cont.)
-
Where to file issues:
https://github.com/distribution/distribution-library-image/issues?q=is:issue+is:pr -
Supported architectures: (https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/registry/, https://hub.docker.com/r/arm32v6/registry/, https://hub.docker.com/r/arm32v7/registry/, https://hub.docker.com/r/arm64v8/registry/, https://hub.docker.com/r/ppc64le/registry/, https://hub.docker.com/r/riscv64/registry/, https://hub.docker.com/r/s390x/registry/ -
Published image artifact details:
https://github.com/docker-library/repo-info/blob/master/repos/registry (https://github.com/docker-library/repo-info/commits/master/repos/registry)
(image metadata, transfer size, etc) -
Image updates:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fregistry
https://github.com/docker-library/official-images/blob/master/library/registry (https://github.com/docker-library/official-images/commits/master/library/registry) -
Source of this description:
https://github.com/docker-library/docs/tree/master/registry (https://github.com/docker-library/docs/commits/master/registry)
Distribution Registry
This image contains an implementation of the OCI Distribution spec. See https://github.com/opencontainers/distribution-spec for more details about what it is. You can find the full source code in https://github.com/distribution/distribution.
Run a local registry: Quick Version
console$ docker run -d -p 5000:5000 --restart always --name registry registry:3
Now, use it from within Docker:
console$ docker pull ubuntu $ docker tag ubuntu localhost:5000/ubuntu $ docker push localhost:5000/ubuntu
Recommended Reading
The https://distribution.github.io/distribution/ is a good place to learn more about what the registry is, how it works, and how to use it.
Specifically, https://distribution.github.io/distribution/about/deploying/ has pointers for more complex use cases than simply running a registry on localhost.
License
View https://github.com/distribution/distribution/blob/master/LICENSE for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in https://github.com/docker-library/repo-info/tree/master/repos/registry.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Deployment & Usage Documentation
镜像拉取方式
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
DockerHub 原生拉取命令
镜像拉取常见问题
功能
错误码
用户好评
来自真实用户的反馈,见证轩辕镜像的优质服务
