Sign inSign up

martinjohn/rdp

By martinjohn

Updated about 8 years ago

RDP setup

Image
0

574

martinjohn/rdp repository overview

rdp

Docker rdp on Ubuntu 18.04

Switched from alpine image as it wasn't really working and I think I prefer a more complete distro for a desktop (albeit larger image)

I think there's probably quite a bit of unnecessary stuff in here at the moment

Environment variables defaults are

RDP_USER=ubuntu RDP_GROUP=ubuntu RDP_UID=1000 RDP_GID=1000 RDP_PASSWORD=ubuntu

Run with

docker run -d
--rm
--name rdp
-p 3389:3389
-e RDP_USER=user
-e RDP_PASSWORD=password
-v /etc/localtime:/etc/localtime:ro
martinjohn/rdp

Tag summary

Content type

Image

Digest

Size

308.3 MB

Last updated

about 8 years ago

docker pull martinjohn/rdp