How can I pass data to a Docker container packaged with MATLAB Compiler?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!