rocker-versioned icon indicating copy to clipboard operation
rocker-versioned copied to clipboard

Run current & prior versions of R using docker

Results 3 rocker-versioned issues
Sort by recently updated
recently updated
newest added

Hello, I used RStudio a lot but I am pretty new to rocker and Docker. Currently, when starting the RStudio in Docker, it defaults to point to /home/rstudio as working...

is it possible to make the docker image not to run as root. kubernetes pod security policy does not allow pods to run as root.

`data.table` recently added support for emitting `gzip`ped files, which requires `zlib` headers to build properly. I recently happened to be using `rocker/r-ver:3.5.3` [to chase down a version-specific test failure](https://github.com/Rdatatable/data.table/issues/3865) and...