
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
你可以在公共https://hub.docker.com/u/kintoandar/%E4%B8%8A%E6%89%BE%E5%88%B0%E4%BD%BF%E7%94%A8%E6%9C%AC%E4%BB%93%E5%BA%93%E6%8F%90%E4%BE%9B%E7%9A%84https://github.com/kintoandar/dockerfiles%E6%9E%84%E5%BB%BA%E7%9A%84%E5%AE%8C%E6%95%B4%E5%AE%B9%E5%99%A8%E3%80%82
以下是当前可用的项目:
hashicorp-vault
https://img.shields.io/docker/pulls/kintoandar/hashicorp-vault.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/hashicorp-vault/)
基于轻量busybox的Hashicorp Vault。
# 运行示例 docker run -p 8300:8300 kintoandar/hashicorp-vault
test-kitchen
https://img.shields.io/docker/pulls/kintoandar/test-kitchen.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/test-kitchen/)
完全配置的CentOS x86_64容器,包含test-kitchen,可轻松测试Chef cookbook。
curl-loader
https://img.shields.io/docker/pulls/kintoandar/curl-loader.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/curl-loader/)
在干净的CentOS x86_64上安装https://github.com/kintoandar/dockerfiles/tree/master/curl-loader%E3%80%82
etsy-mixer
https://img.shields.io/docker/pulls/kintoandar/etsy-mixer.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/etsy-mixer/)
安装etsy mixer平台用于测试。
CentOS x86_64
https://img.shields.io/docker/pulls/kintoandar/centos-6.5-x86_64.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/centos-6.5-x86_64/)
该容器从零构建,具有最小的体积占用,目前被我的部分dockerfile使用。你可以查看我的https://github.com/kintoandar/rtfm/tree/master/kickstart%E3%80%82
fwd
https://img.shields.io/docker/pulls/kintoandar/fwd.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/fwd/)
fwd是用golang编写的网络端口转发工具。如果你需要在防火墙仅允许80/443端口的情况下连接到非特权端口,这个容器可能会有帮助。
环境变量
SRC_PORT: 容器暴露的端口TO: 目标地址(host:port)示例
启动容器,绑定到my.container.com的80端口,并将连接重定向到example.com的2222端口:
docker run -d -e SRC_PORT="80" -e TO="example.com:2222" -p 80:80 kintoandar/fwd
连接my.container.com的80端口,最终会到达example.com的2222端口:
telnet my.container.com 80 Trying 127.201.15.89... Connected to example.com. Escape character is '^]'. SSH-2.0-OpenSSH_5.3 ^C Connection closed by foreign host.
如果你想了解更多关于fwd的信息,请查看这篇文章。
hashicorp-consul
https://img.shields.io/docker/pulls/kintoandar/hashicorp-consul.svg?maxAge=3600](https://hub.docker.com/r/kintoandar/hashicorp-consul/)
基于轻量busybox的https://www.consul.io/%E3%80%82
如果你想自己构建容器,这里有一个简单的示例:
shellgit clone https://github.com/kintoandar/dockerfiles.git cd dockerfiles/curl-loader docker build .
https://docs.docker.com/compose/%E6%98%AF%E7%94%A8%E4%BA%8E%E5%AE%9A%E4%B9%89%E5%92%8C%E8%BF%90%E8%A1%8C%E5%A4%9A%E5%AE%B9%E5%99%A8Docker%E5%BA%94%E7%94%A8%E7%9A%84%E5%B7%A5%E5%85%B7%E3%80%82
https://github.com/kintoandar/dockerfiles/tree/master/docker-compose%EF%BC%8C%E4%BD%BF%E7%94%A8%E6%9C%AC%E4%BB%93%E5%BA%93%E4%B8%AD%E7%9A%84%E5%AE%B9%E5%99%A8%EF%BC%8C%E5%8F%AF%E7%94%A8%E4%BA%8E%E5%90%84%E7%A7%8D%E5%9C%BA%E6%99%AF%EF%BC%9A
你可以在我的https://github.com/kintoandar/dotfiles/blob/master/.bashrc.d/docker%E4%B8%AD%E6%89%BE%E5%88%B0%E4%B8%80%E4%BA%9B%E4%B8%8EDocker%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%BA%A4%E4%BA%92%E7%9A%84%E5%AE%9E%E7%94%A8bash%E5%88%AB%E5%90%8D%E3%80%82
由kintoandar用心制作。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务