From eeba6bce39ed9f32b96e20a427a539d26921933b Mon Sep 17 00:00:00 2001 From: Croft Date: Mon, 28 Aug 2023 10:15:19 +0200 Subject: [PATCH 1/2] Added info about git and Docker proxy to documenation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99f1157..5c02d66 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ We recommend to install Docker(-compose) from its official sources as described Note for Ubuntu: Please note that snap versions of Docker are not supported. +Note for git and Docker: if you have a local proxy, you will need to adjust your setup appropriately, see [git proxy](https://gist.github.com/evantoli/f8c23a37eb3558ab8765) and [https://docs.docker.com/network/proxy/](docker proxy). + ### Network A running Bridgehead requires an outgoing HTTPS proxy to communicate with the central components. From 66deff38a27c8319d38d4680af8d4a63500cc7a0 Mon Sep 17 00:00:00 2001 From: Croft Date: Mon, 28 Aug 2023 10:24:18 +0200 Subject: [PATCH 2/2] Corrected Docker link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c02d66..6f95739 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ We recommend to install Docker(-compose) from its official sources as described Note for Ubuntu: Please note that snap versions of Docker are not supported. -Note for git and Docker: if you have a local proxy, you will need to adjust your setup appropriately, see [git proxy](https://gist.github.com/evantoli/f8c23a37eb3558ab8765) and [https://docs.docker.com/network/proxy/](docker proxy). +Note for git and Docker: if you have a local proxy, you will need to adjust your setup appropriately, see [git proxy](https://gist.github.com/evantoli/f8c23a37eb3558ab8765) and [docker proxy](https://docs.docker.com/network/proxy/). ### Network