Docker has a really good Python API that does the container interactions you want: docker-py.readthedocs.io/en/s…
If you prefer JS, they might have one too.
I would start with it and then wrap your own REST api around it via FastAPI or your framework of choice. I bet it's not a huge lift.
Hmmm, another interesting approach, if i decided to go ahed using dockers in some instance, that definelly could take care of API to that job.
Thank you
Docker has a really good Python API that does the container interactions you want: docker-py.readthedocs.io/en/s…
If you prefer JS, they might have one too.
I would start with it and then wrap your own REST api around it via FastAPI or your framework of choice. I bet it's not a huge lift.
Hmmm, another interesting approach, if i decided to go ahed using dockers in some instance, that definelly could take care of API to that job.
Thank you