You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an update on that issue how to use a network named license within a container?
I am also trying to use a network named license within a custom Dockerfile on wsl-docker:
docker run -it -rm -u user_a -e [email protected] mathworks/matlab:r2023b -batch "ver"
docker: Error response from daemon: unable to find user user_a: no matching entries in passwd file.
It seems like i am missing some important point.
Every help appreciated
Best
The text was updated successfully, but these errors were encountered:
I was able to solve my problems, it was a license activation problem.
Since i am using two licenses, one individual for licensing Matlab, and one network named license for licensing selected toolboxes, the hierarchy of passing them was important:
Here i am mounting the host's docker.sock for accessing docker within the container as i need to call compiler.package.docker. But i am not sure, if that's the best way to access docker in docker
Hi together, this is a follow on question to #77
Is there an update on that issue how to use a network named license within a container?
I am also trying to use a network named license within a custom Dockerfile on wsl-docker:
It builds fine. However when running i receive the following error:
/bin/run.sh: 241: cd: can't cd to /home/user_a/Documents/MATLAB/
Also when trying as explained in Create a Custom MATLAB Container:
It seems like i am missing some important point.
Every help appreciated
Best
The text was updated successfully, but these errors were encountered: