Docker
I'm having difficulty figuring out how do handle a very simple scenario.
I have a flow where a step generates a file, and pushed it to S3.
I have a subsequent step where I need to run a docker image that would run a script to download that file and execute docker code on it. Since I cannot mount any files, how can I download a file and have it available to the code inside the docker container. What is the general process for executing a docker image that needs to have access to a file?
0 Replies