mirror of https://github.com/docker/docs.git
build: update link for issues related to buildkit@windows
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
3d049b07c1
commit
65da699545
|
@ -110,9 +110,8 @@ daemon.
|
|||
|
||||
> [!WARNING]
|
||||
>
|
||||
> BuildKit only fully supports building Linux containers.
|
||||
> Windows container support is experimental, and is tracked in
|
||||
> [`moby/buildkit#616`](https://github.com/moby/buildkit/issues/616).
|
||||
> BuildKit only fully supports building Linux containers. Windows container
|
||||
> support is experimental.
|
||||
|
||||
BuildKit has experimental support for Windows containers (WCOW) as of version 0.13.
|
||||
This section walks you through the steps for trying it out.
|
||||
|
@ -120,8 +119,8 @@ We appreciate any feedback you submit by [opening an issue here](https://github.
|
|||
|
||||
### Known limitations
|
||||
|
||||
- BuildKit on Windows currently only supports the `containerd` worker.
|
||||
Support for non-OCI workers is tracked in [moby/buildkit#4836](https://github.com/moby/buildkit/issues/4836).
|
||||
For information about open bugs and limitations related to BuildKit on Windows,
|
||||
see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state%3Aopen%20label%3Aarea%2Fwindows-wcow).
|
||||
|
||||
### Prerequisites
|
||||
|
||||
|
|
Loading…
Reference in New Issue