jumanjiman/xrdp
Simple proof of concept to run Fedora 22 desktop in a container.
I want to run a graphical Linux app, such as scap-workbench
,
and access it from devices that cannot run an X Server,
such as a stock Chromebook or Windows laptop.
I may extend https://github.com/jumanjiman/wormhole to provide a full desktop along the lines of xrdp.
On a Linux host with Docker:
docker run -d -p 3389:3389 jumanjiman/xrdp
Connect to the container as user foo
with password bar
via an RDP client.
On a Linux host with Docker:
docker build --rm -t jumanjiman/xrdp .
docker pull jumanjiman/xrdp