- Place your Shiny app in the ./shiny-server/app directory
- Build/Run from Docker Hub
docker run -v "`pwd`/shiny-server/":/srv/shiny-server/:ro \ -name shiny \ -p 3838:3838 \ danielstevenson/shinyr4datascience:latest
- Find your app at http://localhost:3838