From 306d7b5af7cf3b996138b4ee013a0fdc7c655de3 Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Fri, 30 Aug 2024 11:11:09 +0200 Subject: [PATCH] Update release-notes.md Remove confusing Docker Desktop installed mention --- content/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index a08dd2e9a5..81ef6b1cc2 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -30,7 +30,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro ### New - [Host networking](/engine/network/drivers/host.md#docker-desktop) support on Docker Desktop is now generally available. -- If you authenticate via the CLI without Docker Desktop installed, you can now authenticate through a browser-based flow, removing the need for manual PAT generation. +- If you authenticate via the CLI, you can now authenticate through a browser-based flow, removing the need for manual PAT generation. - Windows now supports automatic reclamation of disk space in Docker Desktop for WSL2 installations [using a managed virtual hard disk](/desktop/wsl/best-practices.md). - Deploying Docker Desktop via the [MSI installer](/desktop/install/msi/_index.md) is now generally available. - Two new methods to [enforce sign-in](/security/for-admins/enforce-sign-in/_index.md) (windows registry key and `.plist` file) are now generally available.