概要
- フル名
docker.io/scottyhardy/docker-remote-desktop- Registry
- docker.io
- 名前空間
- scottyhardy
- リポジトリ
- docker-remote-desktop
- キャッシュ Tag 数
- 84
- 最終同期
- 07/06/2026, 10:29 AM
概要
Docker Remote Desktop 容器镜像,通过 RDP/noVNC 提供完整 Linux 桌面环境,适合远程开发或 GUI 应用演示。
詳細
scottyhardy/docker-remote-desktop 运行 XFCE/MATE 桌面与 xrdp,用户 RDP 或浏览器连接远程 Linux GUI。典型用于需要图形界面的开发或培训,与 linuxserver/chrome 单浏览器相比提供完整桌面。定位为 GUI 桌面容器,需较大内存与 /dev/shm;非标准 API 服务,K8s 需 privileged,生产少见。
快速启动
docker run -d --name remote-desktop \
-p 3389:3389 -p 6080:6080 \
-e USER=desktop -e PASS=secret \
--shm-size=2g \
docker.io/scottyhardy/docker-remote-desktop:latest
推荐实践
docker run -d --name remote-desktop \
--restart unless-stopped \
-p 3389:3389 -p 6080:6080 \
-e USER=desktop -e PASS=strong-pass \
-e TZ=Asia/Shanghai \
--shm-size=4g \
docker.io/scottyhardy/docker-remote-desktop:0.8.0
核心参数说明
-p 3389:3389— RDP 协议端口-p 6080:6080— noVNC Web 端口-e USER/PASS— 桌面登录凭据(高敏)--shm-size=4g— 桌面应用共享内存- 安全 — 必须 VPN/TLS,禁止弱密码公网暴露
最新 Tag(20 件)
すべての 84 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/scottyhardy/docker-remote-desktop :ubuntu-24.04 | linux/amd64linux/arm64linux/arm/v7 | 2026/07/05 14:22 | 392.1 MB | sha256:6f24aad139e0… | |||
docker.io/scottyhardy/docker-remote-desktop :ubuntu-noble | linux/amd64linux/arm64linux/arm/v7 | 2026/07/05 14:22 | 392.1 MB | sha256:6f24aad139e0… | |||
docker.io/scottyhardy/docker-remote-desktop :20260705 | linux/amd64linux/arm64linux/arm/v7 | 2026/07/05 14:22 | 392.1 MB | sha256:6f24aad139e0… | |||
docker.io/scottyhardy/docker-remote-desktop :latest | linux/amd64linux/arm64linux/arm/v7 | 2026/07/05 14:22 | 392.1 MB | sha256:6f24aad139e0… | |||
docker.io/scottyhardy/docker-remote-desktop :20260628 | linux/amd64linux/arm64linux/arm/v7 | 2026/06/28 14:33 | 395.0 MB | sha256:f305f25ad549… | |||
docker.io/scottyhardy/docker-remote-desktop :20260621 | linux/amd64linux/arm64linux/arm/v7 | 2026/06/21 15:02 | 392.7 MB | sha256:b962e591f194… | |||
docker.io/scottyhardy/docker-remote-desktop :20260614 | linux/amd64linux/arm64linux/arm/v7 | 2026/06/14 14:56 | 391.3 MB | sha256:550b16741d75… | |||
docker.io/scottyhardy/docker-remote-desktop :20260607 | linux/amd64linux/arm64linux/arm/v7 | 2026/06/07 14:40 | 388.5 MB | sha256:f8912b58665d… | |||
docker.io/scottyhardy/docker-remote-desktop :20260531 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/31 14:34 | 388.5 MB | sha256:e5ab416b371e… | |||
docker.io/scottyhardy/docker-remote-desktop :20260524 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/24 14:17 | 388.4 MB | sha256:550bb2c0eeb1… | |||
docker.io/scottyhardy/docker-remote-desktop :20260517 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/17 14:04 | 387.8 MB | sha256:2bcc18d45ea2… | |||
docker.io/scottyhardy/docker-remote-desktop :20260510 | linux/amd64linux/arm64linux/arm/v7 | 2026/05/10 13:54 | 387.8 MB | sha256:e34fecda26ce… | |||
docker.io/scottyhardy/docker-remote-desktop :20260426 | linux/amd64linux/arm64linux/arm/v7 | 2026/04/26 13:17 | 387.8 MB | sha256:2212303804ae… | |||
docker.io/scottyhardy/docker-remote-desktop :20260419 | linux/amd64linux/arm64linux/arm/v7 | 2026/04/19 13:08 | 387.4 MB | sha256:86de6a9f7706… | |||
docker.io/scottyhardy/docker-remote-desktop :20260412 | linux/amd64linux/arm64linux/arm/v7 | 2026/04/12 13:04 | 390.3 MB | sha256:ea553c213af7… | |||
docker.io/scottyhardy/docker-remote-desktop :20260405 | linux/amd64linux/arm64linux/arm/v7 | 2026/04/05 12:55 | 389.4 MB | sha256:32f0518ce212… | |||
docker.io/scottyhardy/docker-remote-desktop :20260329 | linux/amd64linux/arm64linux/arm/v7 | 2026/03/29 12:54 | 389.4 MB | sha256:623d88503644… | |||
docker.io/scottyhardy/docker-remote-desktop :20260322 | linux/amd64linux/arm64linux/arm/v7 | 2026/03/22 12:36 | 389.4 MB | sha256:ef8e9cfd9a2c… | |||
docker.io/scottyhardy/docker-remote-desktop :20260315 | linux/amd64linux/arm64linux/arm/v7 | 2026/03/15 12:50 | 390.4 MB | sha256:80ce2c1cf706… | |||
docker.io/scottyhardy/docker-remote-desktop :20260301 | linux/amd64linux/arm64linux/arm/v7 | 2026/03/01 12:40 | 389.1 MB | sha256:3891fd0385b6… |