Okay, Twitters. I want to run ~20 instances of the same container image on a single Linux node. What's the best way to do this?
Docker Compose?
microk8s / minikube?
A horrible shell script around a bunch of `docker run` commands?
Conversation
Set up the container image as a systemd service using @ and then run 20 instances of it. Genuinely easy and no need to involve Docker / Kubernetes or write anything but some simple configuration.
Yeah, I was going to suggest this. Maybe with quadlet github.com/containers/qua but I haven't tried that with templates yet.



