Skip to content

A complete dockerized setup containing R, RStudio and all my packages I need in daily business as ready-to-use-out-of-the-box containers.

Notifications You must be signed in to change notification settings

joundso/r_datascience

Repository files navigation

Rdatascience

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.

Installation

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 is password.

  • When you deploy a shiny app, it will be accessible via "localhost:3838"

More Infos

Contributions

Big thanks to the inspiration of this fork!

About

A complete dockerized setup containing R, RStudio and all my packages I need in daily business as ready-to-use-out-of-the-box containers.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 73.9%
  • Shell 26.1%