Merge pull request #10567 from usha-mandya/ipv6-patch

Add note on IPv6 support
This commit is contained in:
Usha Mandya 2020-04-03 15:45:32 +01:00 committed by GitHub
commit 74d6897d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,10 @@ notes](release-notes). For Docker Desktop system requirements, see
- Kubernetes: Persistent volumes created by claims are now stored in the virtual machine. Fixes [docker/for-win#5665](https://github.com/docker/for-win/issues/5665).
- Removed port probing from dashboard, just unconditionally showing links to ports that should be available. Fixes [docker/for-mac#4264](https://github.com/docker/for-mac/issues/4264).
### Known issues
- Loopback and unspecified IPv6 addresses (`::` and `::1`) within a container do not currently work. Some web servers and other programs may be using these addresses in their configuration files.
## Docker Desktop Community 2.2.2.0
2020-03-02

View File

@ -66,6 +66,10 @@ notes](release-notes). For Docker Desktop system requirements, see
- Fixed an issue where a container port could not be exposed on a specific host IP. See [docker/for-win#5546](https://github.com/docker/for-mac/issues/5546).
- Removed port probing from dashboard, just unconditionally showing links to ports that should be available. Fixes [docker/for-win#5903](https://github.com/docker/for-win/issues/5903).
### Known issues
- Loopback and unspecified IPv6 addresses (`::` and `::1`) within a container do not currently work. Some web servers and other programs may be using these addresses in their configuration files.
## Docker Desktop Community 2.2.2.0
2020-03-02