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

https://github.com/leahkemp/containers

Recipes for containerised software.
https://github.com/leahkemp/containers

container-recipes containers singularity-container

Last synced: 3 months ago
JSON representation

Recipes for containerised software.

Awesome Lists containing this project

README

        

# Recipes for containerised software

Naming convention for recipe files:

- Singularity or docker container
- Software name
- Version

To build singularity container from a singularity recipe file:

```bash
mkdir -p images
sudo singularity build images/singularity.parallel.20220522.sif recipes/singularity.parallel.20220522
```