Hi, author of the article, pleased to see it here! I'd really like to hear more from folks about how they're using LXC and/or LXD, and what they think their greatest strengths are compared to Docker or Kubernetes.
I'm using LXC just to have a painless way to have a second SSH server (for SFTP) running on the computer that has different usernames and passwords. Literally all that is installed is Alpine Linux and the SSH server. There's a symbolic link to get to the shared files.
I've since switched to podman because my installation on Alpine Edge kept breaking on updates and I don't want to use Snap. Someone mentioned OpenSuse had it in their package manager and its been stable. Maybe I'll check that out in the future.