From 3e3e72c6c132c177dff18b2d05c706a843ada7f1 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Fri, 3 Apr 2020 11:53:48 +0100 Subject: [PATCH] Add note on ipv6 support --- docker-for-mac/edge-release-notes.md | 4 ++++ docker-for-windows/edge-release-notes.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docker-for-mac/edge-release-notes.md b/docker-for-mac/edge-release-notes.md index de5af76da6..e328134859 100644 --- a/docker-for-mac/edge-release-notes.md +++ b/docker-for-mac/edge-release-notes.md @@ -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 diff --git a/docker-for-windows/edge-release-notes.md b/docker-for-windows/edge-release-notes.md index 1ff51554ad..a76e374b21 100644 --- a/docker-for-windows/edge-release-notes.md +++ b/docker-for-windows/edge-release-notes.md @@ -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