Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Jul 14, 2015
1 parent f21dead commit cb33fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ The Octave GUI have to be accessed through a browser in a noVNC windows.
* `docker pull epflsti/octave-x11-novnc-docker`
* `docker run -p 8083:8083 -ti epflsti/octave-x11-novnc-docker:latest`
* `firefox http://localhost:8083`
* octave is launched, just launch some script e.g. my_sombrero.m
* octave is launched, just run some script e.g. my_sombrero.m

### Manual Build

* `docker build -t epflsti/octave-x11-novnc-docker:latest .`
* `docker run -p 8083:8083 -ti epflsti/octave-x11-novnc-docker:latest`
* `firefox http://localhost:8083`
* octave is launched, just launch some script e.g. my_sombrero.m
* octave is launched, just run some script e.g. my_sombrero.m

## Gh-pages
Please visit the project's website on [http://epfl-sti.github.io/octave-x11-novnc-docker/](http://epfl-sti.github.io/octave-x11-novnc-docker/)
Expand Down

0 comments on commit cb33fa2

Please sign in to comment.