Image Overview: rstudio

Overview: rstudio Chainguard Image

Minimal RStudio container image.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/rstudio:latest

Running the Image

In order to run RStudio, execute the following command in a terminal:

docker run -it -p 8787:8787 cgr.dev/chainguard/rstudio:latest

The server will now start and the IDE will be accessible at localhost:8787 in your browser of choice.

Last updated: 2024-04-11 12:38