Sign inSign up

saagie/shiny4saagie-supercharged

By saagie

Updated about 10 years ago

Base image for Shiny apps on the Saagie Platform. With pre-installed convenient dependencies

Image
0

862

saagie/shiny4saagie-supercharged repository overview

Template to build on top of this image:

FROM saagie/shiny4saagie-supercharged

# Install R packages required by your Shiny app
RUN R -e 'install.packages(c("DT", "magrittr"), repos="http://cloud.r-project.org")'

# 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

1.1 GB

Last updated

about 10 years ago

docker pull saagie/shiny4saagie-supercharged