A docker that runs Octave (and a little bit more)
10K+
This docker runs GNU Octave - an open source Matlab - which provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. The Octave GUI have to be accessed through a browser in a noVNC windows.

docker pull epflsti/octave-x11-novnc-dockerdocker run -p 8083:8083 -ti epflsti/octave-x11-novnc-docker:latestfirefox http://localhost:8083Adding the parameter -e SCREEN_RESOLUTION=<width>x<height> the screen size displayed is adjusted to the one in the environment variable. By default it is 1024x768.
If your source files are in your host then just add the -v parameter for example
docker run -p 8083:8083 -ti -v $(pwd):/source epflsti/octave-x11-novnc-docker:latestdocker build -t epflsti/octave-x11-novnc-docker:latest .docker run -p 8083:8083 -ti epflsti/octave-x11-novnc-docker:latestfirefox http://localhost:8083Please visit the project's website on http://epfl-sti.github.io/octave-x11-novnc-docker/
Based on wine-x11-novnc-docker, thanks @solarkennedy !
Content type
Image
Digest
sha256:b72c00343…
Size
335.5 MB
Last updated
over 8 years ago
docker pull epflsti/octave-x11-novnc-docker