We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
容器运行方法如下:
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
然后使用远程桌面连接:
点击 OK 后,就报这个错:
请问是什么参数没有配置好吗?
The text was updated successfully, but these errors were encountered:
我修改用户名密码后可以连接成功了,但是展示的是一个黑屏,只能显示一个鼠标箭头,这是怎么回事?
Sorry, something went wrong.
I will look into this and get back you when I get a chance.
No branches or pull requests
容器运行方法如下:
然后使用远程桌面连接:
点击 OK 后,就报这个错:
请问是什么参数没有配置好吗?
The text was updated successfully, but these errors were encountered: