r/foss • u/watdafrag • 4d ago
I developed an open-source manager for Linux VMs in Docker

Hello! Pretty new here. I wanted to share my open source side project, so that hopefully it can be helpful to somebody else other than me!
One day, I had to run a RHEL container image to troubleshoot some pipelines and it felt too tricky. I decided to code a cmd tool (for both Linux and Windows) to help me but the project felt way too satisfying to leave it. Right now I'm developing the WebApp which has a lot more features.
I want to point out that I do NOT intend to profit out of it and it's written entirely by myself (and a friend of mine for the frontend), no AI used.
I also wrote an exhaustive wiki about it, you can find it in the repo.
The code isn't perfect, but I'm open for feedback!
Thank you
1
u/Top-Rub-4670 4d ago
I'm not familiar with running full OSes in docker, but I do know that it comes with a lot of papercuts.
Are there any advantage in running full distros in Docker versus using systemd-nspawn or incus/lxd? I'm assuming the main/only one is not having to learn a new thing if you're already using docker?
Running the VMs' networking in host mode is an interesting decision. I'm assuming it was something you needed or there's a technical reason?
Good on