Skip to content

Use Docker with RStudio

November 16, 2020

Why Docker?

Recently, I encountered a problem with an R package I wanted to install. However, this package requires a higher version of R than the one currently installed on my system. Due to system limitations, I cannot upgrade R. Therefore, I decided to use Docker, which resolves many of these issues for me.

Step-by-Step Installation

Assuming you have Docker installed, it is straightforward to get the RStudio image from Rocker using Docker:

Using RStudio with Docker