How can I pass data to a Docker container packaged with MATLAB Compiler?
Show older comments
I am using MATLAB Compiler to package a function as a Docker container. My function uses an access token to access files on the cloud, which works fine in base MATLAB. This token can be a string, environment variable, file, etc. as needed.
However, I don't know how to make this token string available to the function when it runs as a Docker container. How can I pass this data to my code?
Accepted Answer
More Answers (0)
Categories
Find more on Containers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!