r-docker-tutorial
r-docker-tutorial copied to clipboard
A docker tutorial for reproducible research
@orchid00 created this amazing video. Maybe could be useful for the tutorial. https://youtu.be/HelrQnm3v4g
Greetings!! I am getting stuck in Dockerfile chapter. My Dockerfile contains 3 commands which are the same as the tutorial: FROM rocker/verse:latest RUN R -e "install.packages('gapminder', repos = 'http://cran.us.r-project.org')" ADD...
`install2.r` just provides a more concise syntax for adding R packages in Dockerfiles, it's available on all rocker images since we use it in the Rocker Dockerfiles too. One can...
Would would be nice to make it easier for people to contribute. - How to contribute? - What are the rules? - What are the technical details you need to...
In chapter 2, the Launching section is a bit out of date, as one no longer needs to use `eval "$(docker-machine env default)"` or the quickstart terminal with the latest...
It would be nice to have a full sample dockerfile to see, as well as doing any sort of operations on removing temporary files to help clean up the container...
I don't think we should recommend `docker commit` and `docker push` as the way to 'publish' a Dockerfile. This results in just a binary image blob being uploaded to the...
The native apps Docker now provides for Mac and Windows avoid the whole need for `Quickstart Terminal` and the cumbersome `docker-machine` calls to get the ip. The whole thing works...
I really like the capstone in `06-sharing-all-your-analysis` - it's creating a picture of docker being this tool to freeze your code, data and deps in a little blob of amber,...
All the links are with the same style as the normal text. This is coming from the dcTemplate: https://github.com/karthik/dcTemplate/blob/master/inst/rmarkdown/templates/dc_lesson_template/resources/style.css Not sure if you want it like that, but I found...