RStudio Server in Docker with Remote Access

For a lot of applications, running RStudio (desktop edition) locally is the best choice. But what if you want to run more complex statistical analysis or machine learning tasks that require more resources. In that case, it might be interesting for you to run a dedicated RStudio server on adequate hardware and docker offers an easy option to quickly setup and run an instance. A possible scenario is that you have remote access to a more powerful computer (Desktop or HPC). Here, I will give a simple recipe that worked great for me.

Continue reading “RStudio Server in Docker with Remote Access”