Skip to content

Instantly share code, notes, and snippets.

@robsalasco
Created June 11, 2018 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robsalasco/3ed1d6e67b3dcc192e07994c5082db14 to your computer and use it in GitHub Desktop.
Save robsalasco/3ed1d6e67b3dcc192e07994c5082db14 to your computer and use it in GitHub Desktop.

How to run this

docker-compose build --no-cache
docker-compose up
rstudio_custom:
hostname: rstudio_custom
build: .
ports:
- 8787:8787
volumes:
- ./backup:/home/rstudio/kitematic
FROM rocker/rstudio
#RUN R -e 'install.packages(c("dplyr"), repos="http://cran.us.r-project.org")'
#RUN R -e 'install.packages(c("ggplot2","ggvis"), repos="http://cran.us.r-project.org")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment