https://github.com/arnim/rocker-demo2023
Docker demo for Workflows for Reproducible Research with R & Git
https://github.com/arnim/rocker-demo2023
binder-ready docker r
Last synced: 8 months ago
JSON representation
Docker demo for Workflows for Reproducible Research with R & Git
- Host: GitHub
- URL: https://github.com/arnim/rocker-demo2023
- Owner: arnim
- Created: 2023-11-16T13:19:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T16:03:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T20:42:50.510Z (9 months ago)
- Topics: binder-ready, docker, r
- Language: R
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Demo
This is the demo repository created in the workshop [*Workflows for Reproducible Research with R & Git*](https://github.com/jobreu/reproducible-research-gesis-2023).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 .
```2) **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](https://github.com/jupyterhub/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](https://MyBinder.org)
Launch Binder: [](https://mybinder.org/v2/gh/arnim/rocker-demo2023/main)
RStudio: [](https://mybinder.org/v2/gh/arnim/rocker-demo2023/main?urlpath=rstudio)
### Alternative Binder-Service
Launch Binder: [](https://notebooks.gesis.org/binder/v2/gh/arnim/rocker-demo2023/main)
RStudio: [](https://notebooks.gesis.org/binder/v2/gh/arnim/rocker-demo2023/main?urlpath=rstudio)
---
By [Johannes Breuer](https://www.johannesbreuer.com/), [Bernd Weiß](https://www.gesis.org/en/institute/staff/person/Bernd.Weiss), and [Arnim Bleier](https://www.gesis.org/en/institute/staff/person/arnim.bleier)
[](https://creativecommons.org/licenses/by/4.0/)
Please link to the [workshop GitHub repository](https://github.com/jobreu/reproducible-research-gesis-2023)