Merge pull request #10581 from djs55/desktop-ipv6

Desktop: updates about IPv6
This commit is contained in:
Usha Mandya 2020-04-07 11:54:56 +01:00 committed by GitHub
commit 941edbfd99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 11 deletions

View File

@ -256,17 +256,6 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](install
* IPv6 is not (yet) supported on Docker Desktop.
A workaround is provided that auto-filters out the IPv6 addresses in DNS
server lists and enables successful network access. For example,
`2001:4860:4860::8888` would become `8.8.8.8`. To learn more, see these
issues on GitHub and Docker Desktop forums:
* [Network timeout when top two DNS servers in /etc/resolv.conf are IPv6
addresses](https://github.com/docker/for-mac/issues/9)
* [ERROR: Network timed out while trying to connect to
index.docker.io](https://forums.docker.com/t/error-network-timed-out-while-trying-to-connect-to-index-docker-io/17206)
* You might encounter errors when using `docker-compose up` with Docker Desktop
(`ValueError: Extra Data`). We've identified this is likely related to data
and/or events being passed all at once rather than one by one, so sometimes

View File

@ -375,6 +375,8 @@ Discussion thread on GitHub at [Docker for Windows issue
### Networking issues
IPv6 is not (yet) supported on Docker Desktop.
Some users have reported problems connecting to Docker Hub on the Docker Desktop stable version. (See GitHub issue
[22567](https://github.com/moby/moby/issues/22567).)