Overview
- Full name
docker.io/thuonghai2711/ubuntu22-novnc- Registry
- docker.io
- Namespace
- thuonghai2711
- Repository
- ubuntu22-novnc
- Cached tags
- 1
- Last synced
- 07/06/2026, 06:29 PM
Introduction
Ubuntu 22.04 桌面 + noVNC 远程镜像,浏览器访问完整 Xfce GUI,适合临时图形化调试、培训演示或隔离运行 GUI 工具。
Details
thuonghai2711/ubuntu22-novnc 在容器内启动 X11、Xfce 与 TigerVNC/noVNC,用户通过 6080 端口在浏览器操作完整 Linux 桌面。属于桌面 GUI 环境,需要 VNC 端口、较大 shm 与交互会话,不适合无头 Kubernetes Deployment 长期副本。生产应强密码、会话超时与 IP 限制;长期远程开发更推荐 VS Code Server 或专用 VDI。
快速启动
docker run -d --name ubuntu-novnc \
-p 6080:6080 \
-e VNC_PW=change-me \
docker.io/thuonghai2711/ubuntu22-novnc:latest
推荐实践
docker run -d --name ubuntu-novnc \
--restart unless-stopped \
-p 6080:6080 \
-e VNC_PW=strong-password \
-e RESOLUTION=1920x1080 \
-v ubuntu-home:/home/ubuntu \
--shm-size=512m \
docker.io/thuonghai2711/ubuntu22-novnc:22.04
核心参数说明
-p 6080:6080— noVNC Web 桌面入口-e VNC_PW— VNC 连接密码-e RESOLUTION— 虚拟屏幕分辨率-v ubuntu-home:/home/ubuntu— 用户目录与文件持久化--shm-size=512m— 浏览器等 GUI 应用所需共享内存- GUI — 非 API 服务,勿暴露公网
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/thuonghai2711/ubuntu22-novnc :latest | linux/amd64 | 2022/07/26 22:40 | 402.8 MB | sha256:61fc2cb1d9fd… |