Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 376 Bytes

File metadata and controls

executable file
·
32 lines (20 loc) · 376 Bytes

Docker Debian R Studio

Development Requirements

  • Task file
  • Docker

Building Container

  1. Build container
task build

To run locally

  1. Spin up environment
task up
  1. Once the environment is running, open browser and go to localhost:8787

  2. Input username and password rstudio

  3. When finished tear down environment

task down