Image for a full ubuntu mate desktop box with enabled xrdp.
10K+
Docker file for a ubuntu mate desktop box
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 "
Content type
Image
Digest
Size
755.9 MB
Last updated
over 9 years ago
docker pull cismet/xrdp-box