How to trigger a container to start another container and terminate it when a REST query is passed to it?
问题 i have two separate containers having docker images where one is running the REST application and the other one is running the process for downloading satellite images. My aim is that when i click on the download button after passing the query with defined parameters in my main application, it should start the container for download and once downloaded, it should stop the container .Currently i am able to run the container for download independently by providing all the necessary environment