Docker for R and 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