mirror of https://github.com/docker/docs.git
Update docs for macOS hostname (#5805)
See: https://github.com/docker/docker.github.io/blob/master/docker-for-mac/release-notes.md#docker-community-edition-17120-ce-mac46-2018-01-09-stable
This commit is contained in:
parent
f769463646
commit
d628a9f95a
|
@ -85,8 +85,8 @@ There are two scenarios that the above limitations affect:
|
|||
#### I want to connect from a container to a service on the host
|
||||
|
||||
The Mac has a changing IP address (or none if you have no network access). From
|
||||
17.06 onwards our recommendation is to connect to the special Mac-only DNS
|
||||
name `docker.for.mac.localhost` which resolves to the internal IP address
|
||||
17.12 onwards our recommendation is to connect to the special Mac-only DNS
|
||||
name `docker.for.mac.host.internal`, which resolves to the internal IP address
|
||||
used by the host.
|
||||
|
||||
#### I want to connect to a container from the Mac
|
||||
|
|
Loading…
Reference in New Issue