Make sure the docker daemon is reachable on localhost:2375
and run
docker run --rm -p 8080:8080 --net host privatedata/shinyproxy
Next, goto localhost:8080
to see the sample applications.
To build the image yourself, clone this repository and run
docker build -t shinyproxy .