Skip to content

Docker Image with Matlab Compiler Runtime and SSHD

License

Notifications You must be signed in to change notification settings

QMROCT/matlab-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This image is used to inject code via SSH and execute Matlab scripts on medical images inside a shielded environment. It runs Ubuntu 12.04 and MCR 2013b.

Usage

Replace id_rsa.pub with with your public key.

git clone https://github.com/QMROCT/matlab-docker
cd matlab-docker

docker build -t matlab-image .

docker run -d -P --name matlab-container matlab-image

PORT=`docker port matlab-container 22 | cut -d: -f2`
IP=`ifconfig docker0 | grep 'inet addr:' | cut -d: -f2 | awk '{print $1}'`
ssh root@$IP -p $PORT

Thanks

This repo is based on docker-matlab-mcr.

About

Docker Image with Matlab Compiler Runtime and SSHD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages