Yup, my servers just run bare Debian and ZFS and I have backup scripts that parse the docker compose files for how often to run and keep backups.
Comment on Come to say thank you. Time to move from proprietary to Open Source
muusemuuse@lemm.ee 3 days ago
I quickly got pissed at synology and QNAP and just started making my own shit. Now when anything fails it’s my own damn fault and I can actually fix it. This sounds bad but it’s actually a much better experience. I learn a lot and have fun. I’m the guy who made all those G4 cube retrofit kits on Thingiverse. It’s been a great distraction for me over the years.
fmstrat@lemmy.nowsci.com 1 day ago
Xanza@lemm.ee 2 days ago
theorangeninja@sopuli.xyz 1 day ago
Do you have a recommendation on how to start migrating from docker compose to podman pod or podman kube? And do you know about a web ui for podman (similar to dockge or komodo)?
muusemuuse@lemm.ee 1 day ago
I haven’t learned about kubes yet. I do use and love quadlets though.
theorangeninja@sopuli.xyz 23 hours ago
Slowly I am getting confused with all these technologies. What is quadlets if I may ask?
muusemuuse@lemm.ee 16 hours ago
quadlets let you create a systemd unit file to start and manage a podman container as easily as a locally installed system service.
essell@lemmy.world 3 days ago
Thank you, I’ll add podman to the list of things to checkout. Feels good to know I’ll get to set this up however I want
Colloidal@programming.dev 1 day ago
There’s also Incus, but if you’ll be using your TrueNAS box to host the containers, I suggest you stick to Docker as it’s the default. If you’re building a second container box, Proxmox, Docker, Podman, and Incus are your best bets. Choose what fits your expertise and needs best.