Hey!
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).
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.
So I built fleeting - check it out here: https://github.com/jakajancar/fleeting
Does something similar already exist?
I would like to add Hetzner and spot instances next.
[1]: https://news.ycombinator.com/item?id=41456371