←back to thread

106 points cl3misch | 3 comments | | HN request time: 0.001s | source
Show context
Havoc ◴[] No.44386009[source]
Wish these sort of projects would do a better job articulating what the value proposition is over leading existing ones.

Like why should I put time into learning this instead of rootless podman? Aside from this secret management thing it sounds like same feature set

replies(4): >>44386058 #>>44386121 #>>44386466 #>>44386680 #
v9v ◴[] No.44386058[source]
You should put time into learning this if you are going to be running HPC jobs on clusters, because some HPC clusters support this for jobs and not much else.
replies(1): >>44386133 #
1. tecleandor ◴[] No.44386133[source]
So is this popular in science or data analysis / forecasting or something like that?

I'm not familiar with it (I don't know if it changed names or just didn't notice)

replies(2): >>44386699 #>>44387538 #
2. misnome ◴[] No.44386699[source]
Used to be called “Singularity”
3. v9v ◴[] No.44387538[source]
I don't think people use it for reproducible environments on their own machines the same way Docker is sometimes used, I've mostly encountered it in academic compute clusters as a way to install the libraries/languages you're using onto the cluster in an easy to remove way. So it's popular in HPC clusters specifically and not really tied to a field of research beyond that.