From 44f6738d75bdcf8a6567315ae3a59796c4bdd6d6 Mon Sep 17 00:00:00 2001 From: tingrida Date: Fri, 5 Jan 2024 12:46:49 +0100 Subject: [PATCH] Add Internet issues fix for docker-examples.md Fix for corporate proxy issues for WSL set up --- .../docs/getting-started/docker-examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inspectit-ocelot-documentation/docs/getting-started/docker-examples.md b/inspectit-ocelot-documentation/docs/getting-started/docker-examples.md index 9156fd4c64..1de1f58f5c 100644 --- a/inspectit-ocelot-documentation/docs/getting-started/docker-examples.md +++ b/inspectit-ocelot-documentation/docs/getting-started/docker-examples.md @@ -52,6 +52,8 @@ sudo mount --bind /mnt/c /c For more information, check out the following blog post: [Setting Up Docker for Windows and WSL to Work Flawlessly](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly) +If you have issues with Internet connectivity, check out the following post: [WSL2 - Fix Internet connectivity behind corporate proxy](https://gist.github.com/mandeepsmagh/f1d062fc59e4e6115385c2609b5f0448) + ## Demo Scenarios > In all scenarios you can use `admin` as username and `demo` as password for accessing Grafana and the inspectIT Ocelot Configuration Server.