Why Nostr? What is Njump?
2023-08-06 07:04:57
in reply to

Teknikal_Domain on Nostr: npub1l3gpk…qvu48 Like, okay, you *can* (and usually do) build a Docker image from ...



Like, okay, you *can* (and usually do) build a Docker image from some base OS, but that's really only just to give your program the support it needs to exist. A Docker container is not, fundamentally, supposed to be a VM. It's an application running in a sandbox. There is no real OS around it, besides the libraries and support files it would need to run. There are no processes besides whatever is in the CMD line when building the image + whatever else that starts up.

This removes like 90% of the OS from the OS, and not many OS updates are going to really have any effect besides major version changes or urgent fixes.

(And even for urgent fixes, you *can* modify and rebuild the image yourself just by changing the FROM line)

Author Public Key
npub1nray8pxrwrrpv5yljpyjj4r6cmp4pcqwqhrrc7kuw8dtvqdaekrsnezxf2