Matlab docker in windows
13 views (last 30 days)
Show older comments
Hi!
I am trying to run a Matlab distribution in a dockers container in my windows computer. The idea is to have in the docker container Matlab plus other toolobox like Simulink.
My computer has WSL and docker properly installed.
I've already try to different methods shown in other questions:
- The one in github (https://github.com/mathworks-ref-arch/matlab-dockerfile) with the corresponding Dockerfile where you can choose distributiona and packages; but I got stuck just at the beginning docker build -t matlab:r2022a .
I think it may be some problem with MPM:

- The one as an answer in a similar question (https://se.mathworks.com/matlabcentral/answers/1450174-how-do-i-install-matlab-updates-toolboxes-and-add-ons-in-the-matlab-docker-container?s_tid=srchtitle):
I pull a Matlab2020b from dockershub and then followed what is in there, I used sudo matlab within vnc, but I do not
have the valid entitlement.

Could someone help me out please?
Thanks!
1 Comment
Alvaro
on 17 Jan 2023
Based on the errors you are getting, could you verify that WSL is connecting to the internet?
Answers (0)
See Also
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!