Skip to content
Snippets Groups Projects
Commit 498efd05 authored by Sören Henning's avatar Sören Henning
Browse files

Add hint on stoping Jupyter server from Docker

parent a2533b8c
Branches
Tags
No related merge requests found
Pipeline #1411 skipped
...@@ -22,6 +22,7 @@ This option requires Docker to be installed. You can build and run a container u ...@@ -22,6 +22,7 @@ This option requires Docker to be installed. You can build and run a container u
to set the `results` volume to the directory with your execution results and `results-inst` to a directory where the to set the `results` volume to the directory with your execution results and `results-inst` to a directory where the
final scalability graphs should be placed. The output of the *run* command gives you an URL of the form final scalability graphs should be placed. The output of the *run* command gives you an URL of the form
`http://127.0.0.1:8888/?token=...`, which you should open in your webbrowser. From there you can access all notebooks. `http://127.0.0.1:8888/?token=...`, which you should open in your webbrowser. From there you can access all notebooks.
You can stop the Jupyter server with Crtl + C.
```sh ```sh
docker build . -t theodolite-analysis docker build . -t theodolite-analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment