• 0 Posts
  • 77 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • Count me in as a happy Brother user. I used to think they were the knock off crappy printer but once I started to see more of them poo up and how much better they worked… I just bought myself an all in one laser one. Couldn’t be happier. It works so well, and no bullshit in Linux either. Works there too. Hp used to be the easy way but they’re not so great anymore.


















  • Used to be like you, then I moved from truenas core to scale where it’s now Linux and docker instead of freebsd and iocage jails.

    So docker has this concept of persistent volumes. You configure all your settings in the initial setup command (docker compose) and define persistent volumes. This way you don’t lose your data.

    Here’s an example, Plex. I run Plex in docker now. So my config directory is defined as a persistent volume. If I need to update Plex, or rebuild it or whatever, the container just updates and has all the data I need via the persistent volume. If the install is messed up or whatever I just get a newer image and run the docker compose and it fires up and mounts the persistent volume and off I go.

    Basically it takes away the burden of having to figure out the OS configuration. Makes backups easier - and smaller. And the things are spun up, installed, and usable in seconds.