Ubuntu-based image with RStudio Server and R Shiny-Server.
10K+
I changed this docker image recently for technical reasons; the current versions (since 3.5.1-v2) contain only few R packages anymore.
The Dockerfile can be downloaded at https://tquant.eu/documents/Dockerfile.txt. The timezone is set to Europe/Vienna, i.e. UTC+1 (UTC+2 in Daylight Saving Time).
My recommendations for using this image:
apt update && apt upgrade within the containerI use a shell script start-servers starting RStudio Server and Shiny Server:
#!/bin/bash
/usr/lib/rstudio-server/bin/rserver --auth-minimum-user-id=0
/usr/bin/shiny-server
Content type
Image
Digest
Size
547.7 MB
Last updated
about 8 years ago
docker pull chockemeyer/rservers