mirror of https://github.com/docker/docs.git
Merge pull request #21830 from dvdksn/buildkit-windows-trackinglink
build: update link for issues related to buildkit@windows
This commit is contained in:
commit
349619f54f
|
@ -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