512
you are viewing a single comment's thread
view the rest of the comments
[-] dan@upvote.au 29 points 1 month ago* (last edited 1 month ago)

Have you used Docker before?

You know how Docker images are read-only? Changes are layered on top, but the base image itself is read-only and all other files are stored in a volume outside the container. Containers are seen as ephemeral. When you upgrade to a new version of the image, the container is deleted and a new fresh one is created.

Imagine that but for the whole OS.

A related concept is an "atomic" OS, which means upgrades are atomic. Atomic in this context means that either the whole upgrade succeeds, or the whole upgrade fails. It can't get stuck in a half upgraded state. If you've dealt with databases before, it's a bit like database transactions.

this post was submitted on 24 Jul 2024
512 points (97.8% liked)

linuxmemes

20753 readers
1269 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS