• Blaad
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    Not everything needs to be a container, I’ve got separate machines doing separate things, sometimes going native is easier to maintain…

    • misk@piefed.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      9 hours ago

      I would even be so bold to claim that it is possible to run multiple services on a single computer without containers. My 10 year old PC with 15W CPU doesn’t break a sweat running *-arr stack, home automation, media center etc. I can install packages, compile apps and make systemd services out of them and I can’t see a reason to introduce unnecessary complexity into this.

  • ScoffingLizard@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 day ago

    I needed to hear this. Thanks!

    Right now I’m stuck trying to get the wireguard packages off Github for my openWRT router because it shipped with some funky snapshot OS version and I have no idea how to download a WG version from the Openwrt repo that goes specifically with the Snapshot. It’s air gapped until I can get the VPN server working.

    Maybe I can git clone the whole repo to my flash drive and use the package manager to install with a Sim link from /tmp to the drive.

  • CorrectAlias@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 day ago

    I’ve been putting off migrating a bunch of my docker run configs to compose. All of the services I’ve stood up for the least year and a half or so are using compose, but I still have most of mine using standard docker run (mostly because that was the default for Unraid when I built my server years ago). Maybe some day I’ll have the time to just do it all at once.

    • muxika@piefed.muxika.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 day ago

      If you feel more comfortable with docker run, you could give podman a try. The security and automation benefits outweigh the differences, IMO.

      • CorrectAlias@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        Oh definitely, I use pods with quadlets for prod clients. Unraid just doesn’t support them natively (nor is there a third party plugin that I’m aware of)

  • MalReynolds@slrpnk.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    Counterpoint, more containers / projects, more maintenance, likely more fragility. Sure, spin 'em up and play around, but if you don’t use them, get them out of your stack.

    I like to keep the configs around but not active. If I need them they’re just a systemctl --user start away (podman quadlets).