Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教一下,使用 fullaxx/ubuntu-desktop:rdp 镜像时,为何远程连接不上? #8

Open
troyzhxu opened this issue Jan 12, 2025 · 2 comments

Comments

@troyzhxu
Copy link

容器运行方法如下:

docker pull fullaxx/ubuntu-desktop:rdp

docker run -d --name ubuntu-desktop-rdp \
  -p 3389:3389 -p 5901:5901 \
  -e RDPUSER='troy' -e RDPPASS="123456" \
  -e RDPUID=1000 -e TZ='Asia/Shanghai' \
  -e WALLPAPER='3' -e WPLAYOUT='cover' \
  --device /dev/fuse --cap-add SYS_ADMIN \
  --device /dev/snd --privileged --shm-size 2g \
  fullaxx/ubuntu-desktop:rdp

然后使用远程桌面连接:

image

点击 OK 后,就报这个错:

image

请问是什么参数没有配置好吗?

@troyzhxu troyzhxu changed the title 请假一下,使用 fullaxx/ubuntu-desktop:rdp 镜像时,为何远程连接不上? 请教一下,使用 fullaxx/ubuntu-desktop:rdp 镜像时,为何远程连接不上? Jan 12, 2025
@troyzhxu
Copy link
Author

我修改用户名密码后可以连接成功了,但是展示的是一个黑屏,只能显示一个鼠标箭头,这是怎么回事?

@Fullaxx
Copy link
Owner

Fullaxx commented Jan 12, 2025

I will look into this and get back you when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants