From 3f646586cb41e107ee7979fa463d824d3b6b7259 Mon Sep 17 00:00:00 2001 From: Vj-L <102945356+Vj-L@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:28:29 +0530 Subject: [PATCH] Updated the docs for issue-#7601 & issue-#4562 (#7714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated the docs for issue-#7601 & issue-#4562 * Updated as per the comments Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> --- openmetadata-docs/content/quick-start/local-deployment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openmetadata-docs/content/quick-start/local-deployment.md b/openmetadata-docs/content/quick-start/local-deployment.md index 111e2a55f40..7c3b96ae3c3 100644 --- a/openmetadata-docs/content/quick-start/local-deployment.md +++ b/openmetadata-docs/content/quick-start/local-deployment.md @@ -347,3 +347,7 @@ WARNING! This will remove all custom networks not used by at least one container ``` So be careful if you want to keep up some (unused) networks from your laptop. + +### Connect to a Container from the Host + +Do you want to connect to a container from the host [Refer](https://docs.docker.com/desktop/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host)