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.
- Host: GitHub
- URL: https://github.com/leahkemp/containers
- Owner: leahkemp
- Created: 2022-07-12T00:51:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T22:28:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T15:58:24.298Z (5 months ago)
- Topics: container-recipes, containers, singularity-container
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipes for containerised software
Naming convention for recipe files:
- Singularity or docker container
- Software name
- VersionTo build singularity container from a singularity recipe file:
```bash
mkdir -p images
sudo singularity build images/singularity.parallel.20220522.sif recipes/singularity.parallel.20220522
```