

I find dockerization tends to make things waaaay easier to bring up/take down with simple yet consistent configuration schemes. I distribute all my self hosted stuff across a small cluster of machines- if I want to move a service from one to another it’s as easy as moving the config folder and the docker-compose. Don’t need to have startup scripts, or remembering installation steps after a fresh install, or worry about python/package versions. Plus it helps keep track of what services are set up, soni don’t have to worry about leaving anything unused but still installed and running. And updating is as easy as pulling the images and recreating the containers.
I’ve worked in IT my whole career and if someone wants me yo install Linux on their machine, or has questions about bash scripting, I’m dropping whatever I’m doing to help them.
How else are my friends and family supposed to teach each other it nobody teaches them? Not everyone was as lucky as I was to be encouraged to pursue tech, that doesn’t mean they don’t deserve the same privacy and options that I benefit from.