Pull the image of your choice
docker pull stauffenberg2020/matlab-dockerfile:r2023b
Run the container by
docker run -d --rm -it --name=MATLAB -p 8888:8888 --shm-size=512M stauffenberg2020/matlab-dockerfile:r2023b
MATLAB can be accessed on http://localhost:8888/index.html
The following options are available in the status panel (some options are only available in a specific context):
| Option | Description |
|---|---|
| Start MATLAB Session | Start your MATLAB session. Available if MATLAB is stopped. |
| Restart MATLAB Session | Restart your MATLAB session. Available if MATLAB is running or starting. |
| Stop MATLAB Session | Stop your MATLAB session. Use this option if you want to free up RAM and CPU resources. Available if MATLAB is running or starting. |
| Sign Out | Sign out of MATLAB. Use this to stop MATLAB and sign in with an alternative account. Available if using online licensing. |
| Unset License Server Address | Unset network license manager server address. Use this to stop MATLAB and enter new licensing information. Available if using network license manager. |
| Feedback | Send feedback about the MATLAB Proxy. This action opens your default email application. |
| Help | Open a help pop-up for a detailed description of the options. |
Content type
Image
Digest
sha256:05bcb4b9d…
Size
1.7 GB
Last updated
almost 2 years ago
docker pull stauffenberg2020/matlab-dockerfile