Sign inSign up

openmicroscopy/octave

By openmicroscopy

Updated almost 3 years ago

Lightweight development environment for testing Octave scripts.

Image
Languages & frameworks
Data science
12

10K+

openmicroscopy/octave repository overview

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.

Tag summary

Content type

Image

Digest

sha256:55f11d885

Size

375.5 MB

Last updated

almost 3 years ago

docker pull openmicroscopy/octave