diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index 9d2948a819d254dbfe4abf602d21bb08b333c25d..85f1ed4438910f54c4f68e7cd32f7f4572284d5e 100644 --- a/doc.zih.tu-dresden.de/README.md +++ b/doc.zih.tu-dresden.de/README.md @@ -131,6 +131,7 @@ You can view the documentation via [http://localhost:8000](http://localhost:8000 If that does not work, check if you can get the URL for your browser's address bar from a different terminal window: + ```Bash echo http://$(docker inspect -f "{{.NetworkSettings.IPAddress}}" $(docker ps -qf "name=hpc-compendium")):8000 ```