/r-script-docker

Run your R script within a docker container

Primary LanguageR

Run your R script in a dockerized environment

How to start

  1. Clone this repo by using:

    git clone https://github.com/joundso/r-script-docker.git r-script-docker
    cd r-script-docker
  2. Run the container (maybe you need to prefix sudo):

    docker-compose up --build
  3. While the script has finished running, you should see a new plot named plot.pdf in ./R/out/plot.pdf.

  4. Stop the environment by running docker-compose down.

Further information