OiO.lk Blog python How can I start a docker container via an independent docker container?
python

How can I start a docker container via an independent docker container?


I have a manager container that I would like to give the ability to start an adjudicator container N times. The adjudicator container does not persist so when it runs, it completes its tasks and then exits. How can I give the manager the ability to start this process over for a set amount of times?

I’ve seen people talk similar issues with a solution involving mounting docker socket or docker in docker but I’m fairly new to docker so I don’t entirely understand what those entail.



You need to sign in to view this answers

Exit mobile version