Matlab (C) Runtime for MatlabR2013b (v.8.2). For more info see Matlab's website.
This container provides an environment for the execution of Stand-Alone Matlab executables built with Matlab (C) 2013b, such as those created using Matlab's 'deploytool'.
To build you can dowload this repo and run build.sh or run:
docker build --no_cache -t vistalab/mcr-v82 `pwd`
To run a Matlab Stand-Alone executable (MSAE) you can do the following:
docker run --rm -ti \
-v </path/to/MSAE/parent/folder>:/execute \
vistalab/mcr-v82 \
/execute/<name of your MSAE> [<any input arguments>]
/execute and executing that file within the container by providing the full path following the name of the container (vistalab/mcr-v82).docker run command. Remember that if those inputs are files or other resources, those resources must also be mounted in the container and the full path to them (in the container) must be provided.Content type
Image
Digest
sha256:05e6cef4e…
Size
513.4 MB
Last updated
almost 9 years ago
docker pull vistalab/mcr-v82