Skip to content

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

@troyzhxu

Description

@troyzhxu

容器运行方法如下:

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions