Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

15 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages