docker-compose build --no-cache
docker-compose up
Created
June 11, 2018 21:23
-
-
Save robsalasco/3ed1d6e67b3dcc192e07994c5082db14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rstudio_custom: | |
hostname: rstudio_custom | |
build: . | |
ports: | |
- 8787:8787 | |
volumes: | |
- ./backup:/home/rstudio/kitematic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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