Hacker News new | ask | show | jobs
by __lm__ 750 days ago
Singularity (now called Apptainer - https://apptainer.org/) is a container system generally used in HPC environments that has some nice features, like having your container as single .sif file, automatically mounting your home directory, using the same user inside and outside the container, and the ability to import from the docker registry. The approach is less about isolation and more about “packaging up” an entire environment in a easy-to-use way.
1 comments

Ahh thats what I was hoping to see. Thanks!