Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 222 Bytes

docker_basic_app

Dockerfile and basic R Shiny App

How to run a container with shiny server?

docker run -p 3838:3838 image

Navigate to docker server ip and port in browser: ip:3838