Skip to content
Snippets Groups Projects
Commit 5c6b9028 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Fix link to localhost in contribute_container.md

parent 09e34db7
No related branches found
No related tags found
6 merge requests!398Update data_analytics_with_python.md. Fixed spelling and wording. All issues...,!392Merge preview into contrib guide for browser users,!368Update experiments.md,!356Merge preview in main,!355Merge preview in main,!354Fix link to localhost in contribute_container.md
...@@ -55,7 +55,7 @@ The command(s) to start the dockerized web server is this: ...@@ -55,7 +55,7 @@ The command(s) to start the dockerized web server is this:
docker run --name=hpc-compendium -p 8000:8000 --rm -w /docs --mount src="$(pwd)"/doc.zih.tu-dresden.de,target=/docs,type=bind hpc-compendium bash -c "mkdocs build && mkdocs serve -a 0.0.0.0:8000" docker run --name=hpc-compendium -p 8000:8000 --rm -w /docs --mount src="$(pwd)"/doc.zih.tu-dresden.de,target=/docs,type=bind hpc-compendium bash -c "mkdocs build && mkdocs serve -a 0.0.0.0:8000"
``` ```
You can view the documentation via [http://localhost:8000](http://localhost:8000) in your browser, now. You can view the documentation via `http://localhost:8000` in your browser, now.
!!! note !!! note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment