Octave in docker with UI.
This will create kalemena/octave:latest image
This will start the Octave UI, with redirecting display to current user display.
In Octave UI, you can try plot to check UI is fully working:
>> x = -10:0.1:10;
>> plot (x, sin (x));