https://github.com/sib-swiss/containers-introduction-training
Course website "Docker and Singularity for reproducible research: getting started with containers"
https://github.com/sib-swiss/containers-introduction-training
containers docker dockerfile singularity teaching training tutorial
Last synced: about 1 year ago
JSON representation
Course website "Docker and Singularity for reproducible research: getting started with containers"
- Host: GitHub
- URL: https://github.com/sib-swiss/containers-introduction-training
- Owner: sib-swiss
- License: cc-by-4.0
- Created: 2021-01-22T08:57:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:05:27.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:41:38.463Z (about 1 year ago)
- Topics: containers, docker, dockerfile, singularity, teaching, training, tutorial
- Language: HTML
- Homepage: https://sib-swiss.github.io/containers-introduction-training/
- Size: 22.9 MB
- Stars: 29
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://zenodo.org/badge/latestdoi/331890430)
[](https://creativecommons.org/licenses/by-sa/4.0/)
Website is hosted at: [https://sib-swiss.github.io/containers-introduction-training/](https://sib-swiss.github.io/containers-introduction-training/)
Please refer to [issues](https://github.com/sib-swiss/containers-introduction-training/issues) for improvements/bugs for course material or the website.
Any contribution to this course material is highly appreciated :+1:. Please have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file to learn more on how to contribute.
# Course website introduction to containers
## Authors
- Geert van Geest [ORCiD](https://orcid.org/0000-0002-1561-078X)
- Patricia Palagi [ORCiD](https://orcid.org/0000-0001-9062-6303)
## How reuse this material
This website is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).
To host it locally, install MkDocs:
```bash
pip install mkdocs
```
and Material:
```bash
pip install mkdocs-material
```
Fork this repository and clone it to your local computer. Then, make the repository your current directory and type:
```bash
mkdocs serve
```
To host it locally.
Check it out with your browser at [http://localhost:8000/](http://localhost:8000/).
For an automatically generated github page, you can run:
```sh
mkdocs gh-deploy
```