Overview
- Full name
docker.io/satishweb/xrdp- Registry
- docker.io
- Namespace
- satishweb
- Repository
- xrdp
- Cached tags
- 3
- Last synced
- 07/06/2026, 03:35 PM
Introduction
含 XRDP 的 Linux 桌面远程镜像,通过 RDP 协议提供图形化桌面访问,适合临时 GUI 调试与培训,非 headless 生产 Web 服务。
Details
satishweb/xrdp 基于 Ubuntu/CentOS 集成 xrdp 与轻量桌面环境,用户经 Microsoft Remote Desktop 等客户端连接。镜像需 --privileged 或 /dev/shm 及 DISPLAY 相关配置,资源占用高于纯 CLI 容器。不适合常规 Kubernetes Deployment——需 GUI、会话状态与 VNC/RDP 端口,更适合 VM 或单容器临时调试。若必须容器化,应限制内网访问并强密码策略。
快速启动
docker run -d --name xrdp \
-p 3389:3389 \
-e USER=admin -e PASS=change-me \
docker.io/satishweb/xrdp:latest
推荐实践
docker run -d --name xrdp \
--restart unless-stopped \
-p 127.0.0.1:3389:3389 \
--shm-size=1gb \
-e USER=admin \
-e PASS=strong-password \
docker.io/satishweb/xrdp:ubuntu-22.04
核心参数说明
-p 127.0.0.1:3389:3389— RDP 端口,建议仅本机或 VPN-e USER/-e PASS— 桌面登录账户--shm-size=1gb— 桌面会话共享内存--restart unless-stopped— 远程桌面持续可用- 固定 tag — 基础 OS 与 xrdp 版本 pin
- 安全 — 禁止公网暴露 3389,易遭暴力破解
Latest tags (20)
View all 3 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/satishweb/xrdp :latest | linux/amd64linux/arm64linux/arm/v7linux/ppc64le | 2024/03/19 04:11 | 2.5 GB | sha256:23c40b240f06… | |||
docker.io/satishweb/xrdp :0.9.17-2ubuntu2 | linux/amd64linux/arm64linux/arm/v7linux/ppc64le | 2024/03/19 04:11 | 2.5 GB | sha256:23c40b240f06… | |||
docker.io/satishweb/xrdp :0.9.12-1 | linux/arm64linux/ppc64lelinux/arm/v7linux/amd64 | 2021/03/22 03:06 | 447.0 MB | sha256:7a41e3085745… |