I need to do a docker image to process data from a file. How can I do an image to process a file at runtime?
Thanks
I need to do a docker image to process data from a file. How can I do an image to process a file at runtime?
Thanks
Docker is designed to isolate the os filesystem from the docker instance. Could you perhaps use AWS S3 to upload the said file and then use your code within the docker process to retrieve and process the file? Either way we have too little information to go on.