Skip to content

smartinsightsfromdata/Docker-shiny-server-pro-on-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Docker for Shiny Server Pro configuration on Centos

Many organisations that are interested in shiny server pro may care for installing it on a supported version of linux like RHEL.

This is a typical dev configuration as it includes in one docker configuration:

  • R
  • RStudio
  • Shiny Server Pro

Please note this is a WORKING prototype

Build with (from the folder containing the Dockerfile):

docker build --force-rm=false --no-cache=true --tag="smartinsightsfromdata/shinypro" .

Test with (this will show the supervisor interactions to the console):

docker run -p 3838:3838 -p 8787:8787 -t -i smartinsightsfromdata/shinysrv

If you don't want to save the container, run with (you could also use -v to use local volumes):

docker run --rm  -p 3838:3838 -p 8787:8787  smartinsightsfromdata/shinysrv

###Acknoledgements: This work is based on the excellent work done by the people at rocker.org and Winston Chang at RStudio.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published