Skip to content

nhs000/octave-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octave

Lightweight development environment for testing Octave scripts.

Usage

$ docker run --rm -it openmicroscopy/octave                   # Octave shell
$ docker run --rm -it --entrypoint bash openmicroscopy/octave # Bash shell
$ docker run --rm openmicroscopy/octave -h                    # Get octave help
$ docker run --rm openmicroscopy/octave example1.m arg1       # Run the example file
$ docker run --rm -v $(pwd):/source openmicroscopy/octave /source/myfile.m

Mount your local source folder to the container and run it inside the container.

About

Dockerfile to build an Octave container

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 68.8%
  • MATLAB 31.2%