
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Raspberry Pi OS Docker基础镜像是用于构建和运行需要Raspberry Pi Debian软件包集合的容器镜像。目前支持Debian和Python基础镜像,理论上可支持任何基于Debian Bookworm或Bullseye的基础镜像。若需添加其他镜像,可提交https://github.com/dtcooper/raspberrypi-os-docker/pulls%E6%88%96https://github.com/dtcooper/raspberrypi-os-docker/issues%E3%80%82
支持linux/arm64(64位)和linux/arm/v7(32位)架构(受限于Raspberry Pi本身的架构支持)。适用于需要Raspberry Pi仓库中Debian软件包的场景,例如需要libraspberrypi0等特定包的应用。
适用于需要Raspberry Pi仓库中特定Debian软件包的应用构建与运行,典型场景如依赖libraspberrypi0等仅在Raspberry Pi仓库中提供的系统库的应用开发。
在Dockerfile中直接引用基础镜像:
DockerfileFROM dtcooper/raspberrypi-os:bookworm
通过命令行直接启动交互容器:
bash$ docker run -it dtcooper/raspberrypi-os:bookworm
Debian (Bookworm)
debian:bookwormdtcooper/raspberrypi-os:latest、ghcr.io/dtcooper/raspberrypi-os:latestlatest、bookwormDebian (Bullseye)
debian:bullseyedtcooper/raspberrypi-os:bullseye、ghcr.io/dtcooper/raspberrypi-os:bullseyebullseyePython 3.13 (Debian Bookworm)
python:3.13-bookwormdtcooper/raspberrypi-os:python、ghcr.io/dtcooper/raspberrypi-os:pythonpython、python-bookworm、python3.13、python3.13-bookwormPython 3.12 (Debian Bookworm)
python:3.12-bookwormdtcooper/raspberrypi-os:python、ghcr.io/dtcooper/raspberrypi-os:pythonpython3.12、python3.12-bookwormPython 3.11 (Debian Bookworm)
python:3.11-bookwormdtcooper/raspberrypi-os:python3.11、ghcr.io/dtcooper/raspberrypi-os:python3.11python3.11、python3.11-bookwormPython 3.10 (Debian Bookworm)
python:3.10-bookwormdtcooper/raspberrypi-os:python3.10、ghcr.io/dtcooper/raspberrypi-os:python3.10python3.10、python3.10-bookwormPython 3.9 (Debian Bookworm)
python:3.9-bookwormdtcooper/raspberrypi-os:python3.9、ghcr.io/dtcooper/raspberrypi-os:python3.9python3.9、python3.9-bookwormPython 3.8 (Debian Bookworm)
python:3.8-bookwormdtcooper/raspberrypi-os:python3.8、ghcr.io/dtcooper/raspberrypi-os:python3.8python3.8、python3.8-bookwormPython 3.13 (Debian Bullseye)
python:3.13-bullseyedtcooper/raspberrypi-os:python-bullseye、ghcr.io/dtcooper/raspberrypi-os:python-bullseyepython-bullseye、python3.13-bullseyePython 3.12 (Debian Bullseye)
python:3.12-bullseyedtcooper/raspberrypi-os:python-bullseye、ghcr.io/dtcooper/raspberrypi-os:python-bullseyepython3.12-bullseyePython 3.11 (Debian Bullseye)
python:3.11-bullseyedtcooper/raspberrypi-os:python3.11-bullseye、ghcr.io/dtcooper/raspberrypi-os:python3.11-bullseyepython3.11-bullseyePython 3.10 (Debian Bullseye)
python:3.10-bullseyedtcooper/raspberrypi-os:python3.10-bullseye、ghcr.io/dtcooper/raspberrypi-os:python3.10-bullseyepython3.10-bullseyePython 3.9 (Debian Bullseye)
python:3.9-bullseyedtcooper/raspberrypi-os:python3.9-bullseye、ghcr.io/dtcooper/raspberrypi-os:python3.9-bullseyepython3.9-bullseyePython 3.8 (Debian Bullseye)
python:3.8-bullseyedtcooper/raspberrypi-os:python3.8-bullseye、ghcr.io/dtcooper/raspberrypi-os:python3.8-bullseyepython3.8-bullseye您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务