Hi, right now I'm using two Debian 11 VMs running my two Pi-holes but I now would like to replace the VMs with LXCs and add gravitiy-sync so I wouldn't need anymore do all administrations tasks twice in both pi-hole webUIs. And I also would like to add unbound for recursive DNS resolution to each LXC like described here.
If I remember right I've seen threads here of people running Pi-hole in LXCs, so I guess that should work. But when looking at the gravity-sync 4.x documentation I see these lines:
If I remember right I've seen threads here of people running Pi-hole in LXCs, so I guess that should work. But when looking at the gravity-sync 4.x documentation I see these lines:
Does someone maybe still got it working with LXCs? Someone knows why that scipt wouldn`t be working using an LXC?
- When running Pi-hole inside of a container, only the official Pi-hole Docker image is supported.
- For both standard and container based Pi-hole deployments, Gravity Sync will run directly on the host OS and not inside of the container image.
- Containers must use bind mounts to present the local Pi-hole configuration directories to the container, not Docker volumes.
- You can mix/match standard and container based deployments of Pi-hole, or use different underlying Linux distributions, in the same Gravity Sync deployment.