From cfbb132f4150350d34c0b9e928887e1b8a8c11e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Mon, 4 May 2026 18:25:46 +0200 Subject: [PATCH] Update Windows CLI plugins path in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify the location for Docker CLI plugins on Windows since `C:\ProgramData` isn't checked anymore. Refs: - https://docs.docker.com/engine/release-notes/29/#deprecations-1 - https://github.com/docker/cli/pull/6713 Signed-off-by: Hervé Le Meur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f5584f25aa4..282552ebf208 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ On Unix environments: On Windows: -* `C:\ProgramData\Docker\cli-plugins` * `C:\Program Files\Docker\cli-plugins` +* `C:\ProgramData\Docker\cli-plugins` (for docker 28.x and earlier only) > [!NOTE] > On Unix environments, it may also be necessary to make it executable with `chmod +x`: