Octave for GNU/Linux: Difference between revisions

→‎Docker: add section
(→‎Homebrew on Linux: rename section, reformat instructions)
(→‎Docker: add section)
Line 106: Line 106:


     brew install octave
     brew install octave
=Docker=
Octave is available as a Docker container. This can be used to easily run Octave in a well-defined, minimal GNU/Linux container. It can be used as a standard interactive Octave shell or to run scripts, but it may be mostly of interest to developers for use in automated build, test, or CI environments.
    docker pull mtmiller/octave
    docker run mtmiller/octave octave --version
The image is hosted at [https://hub.docker.com/r/mtmiller/octave mtmiller/octave on Docker Hub].


[[Category:Installation]]
[[Category:Installation]]
[[Category:GNU/Linux]]
[[Category:GNU/Linux]]
296

edits