Rocker Project
  • Home
  • Code of Conduct
  • Images
    • The Rocker Images

    • versioned stack
    • r-ver
    • rstudio, tidyverse, verse, geospatial
    • binder
    • shiny, shiny-verse
    • cuda, ml, ml-verse

    • base stack
    • r-base
    • rocker/r-base
    • r-devel, drd, drp, r-devel-san, r-devel-ubsan-clang

    • Additional images
    • r-ubuntu
    • r-bspm
    • r2u

    • Dev Container
    • Features
    • Images
    • Templates

    • Other projects
    • External images and tools for R
  • Use
    • Extending images
    • GUI
    • Edit in containers
    • Networking
    • Shared Volumes
    • Running without root privileges using Podman
    • Reproducibility
    • Singularity

The Rocker Project

Docker Containers for the R Environment

🚀Getting Started

Ensure you have Docker installed and start R inside a container with:

docker run --rm -ti r-base

Or get started with an RStudio® instance:

docker run --rm -ti -e PASSWORD=yourpassword -p 8787:8787 rocker/rstudio

and point your browser to localhost:8787. Log in with user/password rstudio/yourpassword.

For more information and further options, see the image descriptions.

👥Team

Carl

Carl

 

Dirk

Dirk

 

Noam

Noam

The Rocker project was created by Carl Boettiger and Dirk Eddelbuettel, and is now maintained by Carl, Dirk, Noam Ross, and SHIMA Tatsuya, with significant contributions from a broad community of users and developers. Get in touch on GitHub issues with bug reports, feature requests, or other feedback.

📜Papers

  • An Introduction to Rocker: Docker Containers for R
  • The Rockerverse: Packages and Applications for Containerisation with R

⚖️License

The Rocker Dockerfiles are licensed under the GPL 2 or later.

🤝Support

We are grateful for support from the Chan-Zuckerberg Initiative’s Essential Open Source Software for Science Program.

™️Trademarks

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 Docker Hub has been granted by explicit permission of RStudio Inc. Please review RStudio’s trademark use policy and address inquiries about further distribution or other questions to permissions@rstudio.com.


Code of Conduct GitHub Docker Hub
 

CC-BY
  • View source
  • Edit this page