This repository contains Dockerfiles for different Docker containers of interest to R users.
To get started right away, ensure you have Docker installed and start a container with docker run --rm -ti rocker/r-base
(see here for the docker run
command options). In this case we are starting the r-base
container (the base package to build from) in an interactive mode, see below for details of the other containers currently available. To get started on the rstudio
container or its derivative containers (eg. hadleyverse
and ropensci
) you need to open a port, see the instructions in the wiki. The wiki also contains further instructions and information on the project, including how to extend these images and contribute to development.
This is work in progress; please read our instructions to contributors and talk to @eddelbuettel and @cboettig about how to get involved.
Docker Container Source on GitHub | Docker Hub Build Status and URL | Image Size |
---|---|---|
r-base (base package to build from) | good | |
r-devel (base plus R-devel from SVN) | good | |
rstudio (base plus RStudio Server) | good | |
drd (not-quite) daily (smaller) r-devel from SVN) | good |
The rocker project also hosts Docker images illustrating particular use cases. More information about these can be found in their respective respositories on rocker-org
Docker Container Source on GitHub | Docker Hub Build Status and URL | Image Size |
---|---|---|
hadleyverse (rstudio + Hadley's packages, LaTeX) | good | |
ropensci (hadleyverse + rOpenSci packages) | good | |
r-devel-san (base, SVN's R-devel and SAN) | good | |
r-apt (R plus CRAN + marutter repo information) | good |
Anyone interested in proposing or collaborating on additional use cases should read our guide to contributing and get in touch
The Dockerfiles in this repository are licensed under the GPL 2 or later.
RStudio is a registered trademark of RStudio, Inc. The use of the trademarked term RStudio and the distribution of the RStudio binaries through the images hosted on hub.docker.com has been granted by explicit permission of RStudio. Please review RStudio's trademark use policy and address inquiries about further distribution or other questions to permissions@rstudio.com.