From 34a1aea420cca0bdecd08f9cd22e59156da78979 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Fri, 11 Jan 2019 13:54:42 -0500 Subject: [PATCH] Update host.md --- network/host.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/host.md b/network/host.md index b2a4f5089f..e6d82575be 100644 --- a/network/host.md +++ b/network/host.md @@ -10,7 +10,7 @@ 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. +Docker Desktop for Mac, Docker Desktop 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.