jobreu / rocker-demo2023

Docker demo for Workflows for Reproducible Research with R & Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Demo

This is the demo repository created in the workshop Workflows for Reproducible Research with R & Git.

For Rocker (Docker Containers for the R Environment) see: https://rocker-project.org

Build & Run Locally

  1. Build: In the directory containing the Dockerfile:
docker build -t your-demo-rocker .
  1. Run: In the directory containing the Dockerfile:
docker run -p 8787:8787 -e PASSWORD=SOME_PASSWORD your-demo-rocker

Then navigate in your browser to http://localhost:8787 🎉

Or use repo2docker and run

jupyter-repo2docker https://github.com/arnim/rocker-demo2023

See https://docker-curriculum.com — it's a great place to learn more about docker.

Launch Binder: Binder

RStudio: Binder

Alternative Binder-Service

Launch Binder: Binder

RStudio: Binder


By Johannes Breuer, Bernd Weiß, and Arnim Bleier

Please link to the workshop GitHub repository

About

Docker demo for Workflows for Reproducible Research with R & Git


Languages

Language:R 79.9%Language:Dockerfile 20.1%