Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 394 Bytes

docker-shinyproxy

Test environment

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.

Build the image

To build the image yourself, clone this repository and run

docker build -t shinyproxy .