I have all these services in docker as well (although not with the docker compose file here) and they run perfectly fine with a very low resource footprint.
Comment on Pihole + Unbound Docker Compose file
irmadlad@lemmy.world 4 weeks agoHow well does that run in docker? I’ve always liked docker, but it seems to me that certain apps should touch metal than be containerized. Maybe I’m too old school.
B0rax@feddit.org 4 weeks ago
irmadlad@lemmy.world 4 weeks ago
0K that’s cool. I love docker. I would like to upgrade to k8s but I haven’t yet plumbed the depths of docker. I was just with the overhead of docker, since Pi-Hole/Unbound is a dedicated system, I thought maybe it’d get better thru put baked in. I wouldn’t listen to me tho, I’m medicated.
B0rax@feddit.org 4 weeks ago
As an anecdote: I have one system (x86) with pi-hole and unbound in a docker, and a secondary raspberry pi with pi-hole running on bare metal. The docker system (although much more performant in general) has a lower latency as the raspberry bare metal install.
Appoxo@lemmy.dbzer0.com 3 weeks ago
Focker container in host mode is sufficient for most cases requiring bare deployment.
irmadlad@lemmy.world 3 weeks ago
I’ve heard of Docker, Incus, k8s, VM, but not Focker. Is this some new containerization software?
Appoxo@lemmy.dbzer0.com 3 weeks ago
Typo
irmadlad@lemmy.world 3 weeks ago
Hey you never know. Could be the next big thing: Focker by Mo’Fugger Industries.
chris@lemmy.grey.fail 4 weeks ago
I love the portability of running this in Docker. I rsync a backup of this and the Appdata folder every night. When or if this server fails, I can be up and running again in minutes on another machine.
Zanathos@lemmy.world 3 weeks ago
I do exactly the same thing for all three of these services! My implementation is on podman rather than docker, but basically the same deal.