Skip to content

Commit

Permalink
Add version number to docker run example (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Apr 20, 2021
1 parent 02b3a26 commit 5ec327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ To start the app locally, all you'll need is to
have `Docker <https://www.docker.com/>`_ installed on your computer.
From there, run this command into a terminal::

docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8080:8080 oggm/bokeh:20200406 git+https://github.com/OGGM/glacier_simulator.git app.ipynb
docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8080:8080 oggm/bokeh:20200406 git+https://github.com/OGGM/glacier_simulator.git@v1.3 app.ipynb

Once running, you should be able to start the app in your browser at this
address: `http://127.0.0.1:8080/ <http://127.0.0.1:8080/>`_.

0 comments on commit 5ec327f

Please sign in to comment.