Skip to content

terashim/rstudio-docker-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Docker RStudio Server Project Template

A new template is available here: terashim/rproject

Prerequisites

Settings

  1. Browse terashim/rstudio-docker-project-template and use this template to create a new repository.
  2. Clone the repository to your local machine.
  3. Edit
    • _rstudio/Dockerfile
      • change the base image, install packages, change global options, etc.
    • _rstudio/docker-compose.yml
      • rename the image name your-project-name:latest

Usage

  1. Start the RStudio Server:
    docker-compose up -d
  2. Browse http://localhost:8787 to connect to the local RStudio Server
  3. Open the R project /home/rstudio/project/project.Rproj
  4. Do your analysis
  5. Stop the RStudio Server:
    docker-compose down

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published