Demonsaw RDP client Access via port 8080
10K+
I have improved the Demonsaw dockerfile found in Andrew Morris's Github. This will be added to dockerhub in order to facilitate use.
OSX (insecure, for now)
$ git clone https://github.com/andrew-morris/demonsaw-docker
$ cd demonsaw-docker
$ brew install socat
$ socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" # in a separate terminal
$ docker build -t demonsaw-docker .
$ docker run -d -e DISPLAY=1.1.1.1:0 demonsaw-test # replace with your IP, for X forwarding
Content type
Image
Digest
Size
261.9 MB
Last updated
almost 7 years ago
docker pull bashninja/demonsaw-client