Hey!<p>While building my last project (also published today, check it out [1]) I had the need to run some docker jobs in the cloud, for CI/CD, with more flexibility than GitHub Actions offers (specifically in my chosen cloud/region/architecture/instance type).<p>There’s a ton of companies offering docker hosting/building/… but IMO it should be easy to run things in my own AWS/GCP account and as simple as doing “sudo”. There used to be a thing called “docker-machine” that was for launching remote docker hosts, but it’s dead now and either way even that seemed to complex and stateful.<p>So I built fleeting - check it out here: <a href="https://github.com/jakajancar/fleeting">https://github.com/jakajancar/fleeting</a><p>Does something similar already exist?<p>I would like to add Hetzner and spot instances next.<p>[1]: <a href="https://news.ycombinator.com/item?id=41456371">https://news.ycombinator.com/item?id=41456371</a>