singularityhub / singularity-hpc

Local filesystem registry for containers (intended for HPC) using Lmod or Environment Modules. Works for users and admins.
https://singularity-hpc.readthedocs.io
Mozilla Public License 2.0
111 stars 26 forks source link

Is there any video about how to contribute new project? #640

Open jiaqiwang969 opened 1 year ago

jiaqiwang969 commented 1 year ago

Hi, If I want to push new dockerfile or container to the gallery, how should I do? Is there any tutorial?

vsoch commented 1 year ago

You’d want to build it into a container and push to a registry first, and then you can add a container.yaml to shpc.

vsoch commented 1 year ago

@jiaqiwang969 check out our developer tutorial as well: https://singularity-hpc.readthedocs.io/en/latest/getting_started/developer-guide.html#developer-tutorial.

I don't see making videos anytime soon, because most of what you need is in that tutorial (and the video would deprecate fast) but is there anything else I can help with?