Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Docker for R and R Studio

R Studio

Creates a docker image with R and R Studio installed.

Usage

To build the image :

cd directory_with_dockerfile docker build -t image_name .

To run the image :

docker run -t -i image_name -v local_path_to_r_project:/var/lib/R

About

Docker for R development with RStudio

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors