Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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
```