• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle




  • Regardless of VM or LXC, I would only install docker once. There’s generally no need to create multiple docker VMs/LXCs on the same host. Unless you have a specific reason; like isolating outside traffic by creating a docker setup for only public services.

    Backups are the same with VM or LXC on Proxmox.

    The main advantages of LXC that I can think of:

    • Slightly less resource overhead, but not much (debian minimal or alpine VM is pretty lightweight already).
    • Ability to pass-through directories from the host.
    • Ability to pass-through hardware acceleration from a GPU, without passing through the entire GPU.
    • Ability to change CPU cores or RAM while it’s running.







  • As an end user it feels bloated and slow, the apps are all over the place and it still doesn’t have voice rooms like discord does.

    Also abandoned channels seem to be a huge issue, many of the channels I’m in are on like the 10th version or more and keep creating new ones for some reason, losing the history of the old ones.

    The idea is really cool, and it mostly works, it just needs a ton of refinement.









  • Komodo is a full management setup, similar to Portainer, Dockge, etc… It works reasonably well.

    Watchtower doesn’t require any labeling unless you want to exclude a container.

    but my main concern is having a breaking change be automatically updated

    Pinning to a major version usually solves this, ie; instead of using postgres:latest use postgres:14 which will give you updates only from version 14.

    But also have backups in place, worst case you just roll back to before it updated.