Skip to content

arnim/rocker-demo2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published