title | description | title-block-banner | sidebar | number-sections | about | format | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The Rocker Project |
Docker Containers for the R Environment |
false |
false |
false |
|
|
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.
:::{layout="[30,-5,30,-5,30]" layout-valign="center"}
:::
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.
- An Introduction to Rocker: Docker Containers for R
- The Rockerverse: Packages and Applications for Containerisation with R
The Rocker Dockerfiles are licensed under the GPL 2 or later.
We are grateful for support from the Chan-Zuckerberg Initiative's Essential Open Source Software for Science Program.
{fig-alt="the Chan-Zuckerberg Initiative"}
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 [email protected].