@emily @plexus I was actually going to propose "docker, it's like kubernetes but simpler" for the same reason. I could run kubernetes at home, but really I've only got one computer so docker-compose is much simpler. (It's fine if people want to run k8s at home - all power to them, it's just not on my enjoys list)
@SamJSharpe @plexus yeah, I do my containerization with docker-compose too (I have an /etc/compose.yaml and the above tool configured to do the `docker-compose up` thing on changes to it)