top | item 44478019

(no title)

cmdrk | 8 months ago

Containerization is amazingly great for scientific computing. I don’t ever want to go back to doing the make && make install dance and praying I’ve got my dependency ducks in a row.

discuss

order

mike_d|8 months ago

The only real feature of Docker is the ability to keep unmaintained software running as the world around it moves forward. Academics could do the same thing by just distributing read only VMs as well.

ndsipa_pomu|7 months ago

Surely containers make it far easier to deploy/distribute maintained software as it makes it so much easier for people to switch to a newer version without needing to worry about incompatible versions of libraries etc. that can break something else. It can be used for pinning a specific older version of software for "reasons", but I think that's less common.

Consider people using a containerised NgINX webserver as a reverse proxy - it's so much easier to keep it up to date compared to using a distribution's version of NgINX.

maxk42|8 months ago

Containerization is great. Docker != containerization. Most people don't even know it runs qemu under the hood.

LelouBil|7 months ago

Do you have info on this ?

I only found that it can use qemu to build or run images for a different cpu architecture that your computer.

Why would it use qemu ? Docker is not doing virtualization but containerization