Sign inSign up

saagie/shiny4saagie

By saagie

Updated over 6 years ago

Base image for Shiny apps on the Saagie Platform

Image
0

10K+

saagie/shiny4saagie repository overview

Template to build on top of this image:

FROM saagie/shiny4saagie

# Install R packages required by your Shiny app
RUN R -e 'install.packages(c("DT", "magrittr"), repos="http://cran.rstudio.com")'

# Copy your Shiny app to /srv/shiny-server/myapp
COPY myapp /srv/shiny-server/myapp

# Launch Shiny Server
CMD ["/usr/bin/shiny-server.sh"]

To use the image you built, push it to your public Dockerhub repo, then pull it from Saagie Or build it in a private repo, directly from Jenkins on the platform

Runs on port 3838

Tag summary

Content type

Image

Digest

Size

907.9 MB

Last updated

about 10 years ago

docker pull saagie/shiny4saagie