From d1a94c1bde9db6b693d8a5e0471e671b26d03a2d Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Tue, 2 Mar 2021 11:18:52 +0000 Subject: [PATCH] Add note on Mac 3.2.0 upgrade issue Signed-off-by: Usha Mandya --- docker-for-mac/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index fba4006d69..9baf195224 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -50,6 +50,10 @@ This page contains information about the new features, improvements, known issue - Fixed an issue when binding ports on specific IPs. Note: It may now take a bit of time before the `docker inspect` command shows the open ports. Fixes [docker/for-mac#4541](https://github.com/docker/for-mac/issues/4541) - Fixed an issue where an image deleted from the Docker dashboard was still displayed on the **Images** view. +### Known issue + +Docker Desktop can sometimes fail to start after upgrading to version 3.2.0. We are working on a fix for this issue. If you are experiencing this issue, we recommend that you uninstall 3.2.0 and manually install [Docker Desktop 3.1.0](#docker-desktop-310). See [docker/for-mac#5406](https://github.com/docker/for-mac/issues/5406). + ## Docker Desktop 3.1.0 2021-01-14