I recommend looking into nspawn - it's a systemd enabled service that runs LXC containers
here is an example of a deployment script i built most of:
https://github.com/relaytools/relay-tools-images
it's a bit more manual than docker but you aren't forced into the use of aufs or whatever overlay filesystem so it's got a bit less overhead at that level
performance is pretty much near the same as running the server not in a container, it mostly only controls access to kernel resources via namespaces
I am using ZFS and no need for aufs🐶🐾🫡
well, no need for ZFS union filesystems either
It’s not union filesystem, it’s ZFS dataset. LXC is good but it’s a pain to work with, and limited support 🐶🐾🫡