Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:09:42.000Z (2 months ago)
- Last Synced: 2024-10-21T22:55:19.772Z (2 months 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: 27
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![GitHub Release Date](https://img.shields.io/github/release-date/sib-swiss/containers-introduction-training)
[![DOI](https://zenodo.org/badge/331890430.svg)](https://zenodo.org/badge/latestdoi/331890430)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg)](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
```