如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
armhf, latest
https://images.microbadger.com/badges/image/yangxuan8282/pixel-novnc.svg](https://microbadger.com/images/yangxuan8282/pixel-novnc "Get your own image badge on microbadger.com")
amd64
https://images.microbadger.com/badges/image/yangxuan8282/pixel-novnc:amd64.svg](https://microbadger.com/images/yangxuan8282/pixel-novnc:amd64 "Get your own image badge on microbadger.com")
for armhf (installed rpi-chromium-mods) :
docker run -d -p 2018:6080 yangxuan8282/pixel-novnc
for amd64 (installed firefox-esr) :
docker run -d -p 2018:6080 yangxuan8282/pixel-novnc:amd64
the file manager PCManFM seems not really stable in amd64 version container, it will crash when double click the icons in right panel, so you have to operate from left panel, but armhf version container doesn't have this issues
then visit [***] , the default vnc password is raspberry
to manage docker on host:
-v /var/run/docker.sock:/var/run/docker.sock
then install docker in container
to run in a local nested X window
run:
Xephyr -screen 1024x768 :1 & docker run -v /tmp/.X11-unix:/tmp/.X11-unix yangxuan8282/pixel-novnc:amd64 startlxde-pi
to simulate multiple monitors:
Xephyr -screen 640x480 -screen 640x480 +xinerama :1 & docker run -v /tmp/.X11-unix:/tmp/.X11-unix yangxuan8282/pixel-novnc:amd64 startlxde-pi
to run multiple container:
Xephyr -screen 1024x768 :2 & docker run -v /tmp:/tmp yangxuan8282/pixel-novnc:amd64 startlxde-pi
it is also possible to nested in VNC:
sudo Xephyr -screen 800x600 :2 & sudo docker run -e DISPLAY=:2 -v /tmp:/tmp yangxuan8282/pixel-novnc:amd64 startlxde-pi
need to mount
/tmp/.X11-unixwhen start container:
docker run -d -p 6080:6080 -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/.X11-unix:/tmp/.X11-unix yangxuan8282/pixel-novnc:amd64
to use mmal on raspberry pi:
--device /dev/vchiq
try it now:
https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b***bbb497047afa7/assets/images/button.png](http://play-with-docker.com?stack=https://raw.githubusercontent.com/yangxuan8282/docker-image/master/raspbian-novnc/stack.yml)
to publish VNC port:
-p 5901:5901
to set VNC password:
-e VNC_PASSWD=foooobar
to change resolution:
-e VNC_RESOLUTION=1024x768
to increase the size of /dev/shm:
--shm-size=256m
https://github.com/yangxuan8282/docker-image/blob/master/raspbian-novnc/Dockerfile.armhf
https://github.com/yangxuan8282/docker-image/blob/master/raspbian-novnc/Dockerfile
arm32v7/debian
debian
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务