필터 지우기
필터 지우기

Does MathWorks support a Docker image for MATLAB? How do we create a Docker image with MATLAB installed?

조회 수: 14 (최근 30일)
I want to create a Docker image with MATLAB installed. How do I do this? 
Is there any official documentation to show me how to do this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 7월 20일
편집: MathWorks Support Team 2023년 8월 11일
Yes, instructions for creating a MATLAB Docker container image are available on Docker Hub:
This is a prebuilt image that just contains MATLAB. This image is compatible with network license and Individual licenses. In order to use an Individual license, you will be prompted to sign in to your MathWorks Account and you must have an internet connection.These containers can be interacted with via command-line, but also allow for graphical options like VNC, X11 forwarding, or a web browser.
If you'd like to install additional toolboxes into the Docker Hub MATLAB container, you can instead create a custom container using the Dockerfile on the following page:
This Dockerfile will allow additional toolboxes to be installed into the container as it is built. It is based from the Docker Hub image, and will work with the same license types. 
If you're looking to create a Docker container for either non-interactive or Terminal-only usage (e.g. Continuous Integration or using batch), you can do so using our reference architecture on GitHub:
Note that this uses matlab-deps as a base image, which is a smaller image that contains the minimum dependencies for MATLAB to run, and is designed to run in a Terminal-only or batch setup. This image is intended to work with network licenses. 

추가 답변 (1개)

David Willingham
David Willingham 2021년 4월 7일
In addition to GitHub, the MATLAB container is also now available in dockerhub!

카테고리

Help CenterFile Exchange에서 Containers에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by