From 05b87ee0ff0174fe9a3f694111941d8bd692003a Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Thatiparthy Date: Fri, 25 May 2018 14:24:16 +0530 Subject: [PATCH] Add note about host networking in linux --- network/host.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/network/host.md b/network/host.md index 24eeb91f8f..b2a4f5089f 100644 --- a/network/host.md +++ b/network/host.md @@ -9,6 +9,9 @@ stack is not isolated from the Docker host. For instance, if you run a container which binds to port 80 and you use `host` networking, the container's application will be available on port 80 on the host's IP address. +The host networking driver only works on Linux hosts, and is not supported on +Docker for Mac, Docker for Windows, or Docker EE for Windows Server. + In Docker 17.06 and higher, you can also use a `host` network for a swarm service, by passing `--network host` to the `docker container create` command. In this case, control traffic (traffic related to managing the swarm and the