Skip to content

Docker file for a full ubuntu mate desktop box with enabled xrdp.

License

Notifications You must be signed in to change notification settings

cismet/docker-xrdp-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "

About

Docker file for a full ubuntu mate desktop box with enabled xrdp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages