Sign inSign up

cismet/xrdp-box

By cismet

•Updated over 9 years ago

Image for a full ubuntu mate desktop box with enabled xrdp.

Image
4

10K+

cismet/xrdp-box repository overview

⁠docker-xrdp-box

Docker file for a ubuntu mate desktop box

  • with a preinstalled (but not yet autostart enabled Dropbox client)
  • Java 8

just use it with

docker run -d -p 3389:3389 --name=xrdp cismet/xrdp-box

add users to a running container (no secrets in the image)

docker exec -it xrdp-ubuntu bash -c "useradd -ms /bin/bash $username"
docker exec -it xrdp-ubuntu bash -c "echo $username:$password|chpasswd "

Tag summary

Content type

Image

Digest

Size

755.9 MB

Last updated

over 9 years ago

docker pull cismet/xrdp-box