Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 167 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 167 Bytes

docker-shiny-example

Image build

docker build -t my-shinyapp-image .

Run docker container

docker run -d --rm -p 3838:3838 my-shinyapp-image