Update host.md

This commit is contained in:
paigehargrave 2019-01-11 13:54:42 -05:00 committed by GitHub
parent f67b015c3a
commit 34a1aea420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.