
如果你使用 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://github.com/dockur/proxmox/ https://hub.docker.com/r/dockurr/proxmox/tags https://hub.docker.com/r/dockurr/proxmox/tags https://github.com/dockur/proxmox/pkgs/container/proxmox https://hub.docker.com/r/dockurr/proxmox/
Proxmox VE inside a Docker container.
Docker Compose:
yamlservices: proxmox: hostname: pve image: dockurr/proxmox container_name: proxmox environment: PASSWORD: "root" ports: - 8006:8006 volumes: - ./data:/var/lib/vz - ./config:/var/lib/pve-cluster restart: always privileged: true stop_grace_period: 2m
Docker CLI:
bashdocker run -it --rm --name proxmox --hostname pve --privileged -e "PASSWORD=root" -p 8006:8006 -v "${PWD:-.}/data:/var/lib/vz" -v "${PWD:-.}/config:/var/lib/pve-cluster" --stop-timeout 120 docker.io/dockurr/proxmox
GitHub Codespaces:
[!NOTE] Docker Desktop on Linux, macOS, and Windows 10 does not currently provide KVM access to containers and is therefore not supported.
Very simple! These are the steps:
Start the container and connect to port 8006 using your web browser.
Login using the username root and the password you specified in the PASSWORD environment variable.
Enjoy your time with your brand new Proxmox VE installation, and don't forget to star this repo!
To change the location for the local storage pool used by Proxmox to store large objects like disk images and .iso files, include the following bind mount in your compose file:
yamlvolumes: - ./data:/var/lib/vz
Replace the example path ./data with the desired storage folder or named volume.
To change the location of your Proxmox VE configuration data, include the following bind mount in your compose file:
yamlvolumes: - ./config:/var/lib/pve-cluster
Replace the example path ./config with the desired storage folder or named volume.
Yes, see our https://github.com/dockur/proxmox-backup, https://github.com/dockur/proxmox-dm and https://github.com/dockur/proxmox-mail containers.
First, make sure your platform and container runtime meet the requirements listed above.
On a Linux host, install cpu-checker and run:
bashsudo apt install cpu-checker sudo kvm-ok
A working configuration should report:
textKVM acceleration can be used
You can also verify that the KVM device exists:
bashls -l /dev/kvm
If KVM is unavailable, check whether:
Intel VT-x or AMD-V) is enabled in your BIOS or UEFI.If kvm-ok succeeds but the container still reports that KVM is unavailable, you can temporarily add privileged: true to your Compose file to rule out a permission or device-access issue.
Special thanks to https://github.com/rtedpro-cpu and https://github.com/LongQT-sea, this project would not exist without their invaluable work.
The product names, logos, brands, and other trademarks referred to within this project are the property of their respective trademark holders. This project is not affiliated, sponsored, or endorsed by Proxmox Server Solutions GmbH.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务