Show HN: Misterio the Docker-compose stateless alternative to Ansible
2 daitangio 0 8/24/2025, 12:04:44 PM github.com ↗
Hi HN!
I have rewritten a tiny tool I used to manage my home lab of docker servers.
Misterio is a very thin python script on top on docker compose. It leverage docker client-server architecture to provide you a set of "stacks" of roles you can apply to one or more hosts.
It use a small folder structure which loosly resembles Ansilbe/Saltstack. It works great for stateless services.
It do not aim to be as powerful as k8s, but on my home lab it was a very good balance between resource usage and advantages.
Give it a spin and let me know what do you think!
Originally written in bash, I was able to rewrite it in python using jus the click library and keep it very simple:
No comments yet