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: In the directory containing the Dockerfile:
docker build -t your-demo-rocker .
- 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.
Using MyBinder.org
By Johannes Breuer, Bernd Weiß, and Arnim Bleier
Please link to the workshop GitHub repository