From a0db066646e4d52d8b58b181646072100c145784 Mon Sep 17 00:00:00 2001 From: Andreas Heck Date: Wed, 7 Aug 2024 09:55:37 +0200 Subject: [PATCH] Add note that Windows containers are not supported (#20548) Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/network/drivers/host.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/network/drivers/host.md b/content/network/drivers/host.md index 182bcbc252..c86c8e76b7 100644 --- a/content/network/drivers/host.md +++ b/content/network/drivers/host.md @@ -93,6 +93,8 @@ not supported. - This feature doesn't work with Enhanced Container Isolation enabled, since isolating your containers from the host and allowing them access to the host network contradict each other. +- Only Linux containers are supported. Host networking does not work with + Windows containers. ## Next steps