This repo holds several files for my personal dockerized R environment for data science. It is not maintained and from time to time adjusted to my needs.
git clone https://github.com/joundso/docker_images.git Rdatascience
cd Rdatascience
docker-compose up -d
-
On your host-machine, you can now open a webbrowser and go to page "localhost:8787" to see RStudio server. Login with the user-password-combination specified in the docker-base_image Dockerfile and start working. Default username is
user
, default password ispassword
. -
When you deploy a shiny app, it will be accessible via "localhost:3838"
- About RStudio Server: https://www.rstudio.com/products/rstudio/download-server/
- About Shiny: https://www.rstudio.com/products/shiny/
- RStudio and Shiny are trademarks of RStudio, Inc.
Big thanks to the inspiration of this fork!