From ba3df8111c367edc32958a243e94d57f4cfecf83 Mon Sep 17 00:00:00 2001 From: Billy Owire Date: Tue, 30 Apr 2024 16:51:04 +0300 Subject: [PATCH] updated this file docs\windows.md, Issue raised by the note in this doc has been closed refer to https://github.com/moby/buildkit/issues/4696 Signed-off-by: Billy Owire --- docs/windows.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/windows.md b/docs/windows.md index f05730ccf26b7..8bc46ea3e02a7 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -108,8 +108,6 @@ Now that everything is setup, let's build a [simple _hello world_ image](https:/ This message shows that your installation appears to be working correctly. "@ ``` - > **NOTE:** For a consistent experience, just use the front-slashes `/` for paths, e.g. `C:/` instead of `C:\`. We are working to fix this, see [#4696](https://github.com/moby/buildkit/issues/4696). - 1. Build and push to your registry (or set to `push=false`). For Docker Hub, make sure you've done `docker login`. See more details on registry configuration [here](../README.md#imageregistry) ```powershell