diff --git a/content/build/buildkit/_index.md b/content/build/buildkit/_index.md index f2aac273dfb5..2c3aa05cd32d 100644 --- a/content/build/buildkit/_index.md +++ b/content/build/buildkit/_index.md @@ -180,15 +180,10 @@ We appreciate any feedback you submit by [opening an issue here](https://github. $Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + ` [System.Environment]::GetEnvironmentVariable("Path","User") ``` -6. Start `buildkitd.exe`. +6. Start the BuildKit daemon. ```console > buildkitd.exe - time="2024-02-26T10:42:16+03:00" level=warning msg="using null network as the default" - time="2024-02-26T10:42:16+03:00" level=info msg="found worker \"zcy8j5dyjn3gztjv6gv9kn037\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:c30661c1-5115-45de-9277-a6386185a283 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:[deducted] org.mobyproject.buildkit.worker.network: org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:windows], platforms=[windows/amd64]" - time="2024-02-26T10:42:16+03:00" level=info msg="found 1 workers, default=\"zcy8j5dyjn3gztjv6gv9kn037\"" - time="2024-02-26T10:42:16+03:00" level=warning msg="currently, only the default worker can be used." - time="2024-02-26T10:42:16+03:00" level=info msg="running server on //./pipe/buildkitd" ``` 7. In another terminal with administrator privileges, create a remote builder that uses the local BuildKit daemon. @@ -206,6 +201,12 @@ We appreciate any feedback you submit by [opening an issue here](https://github. ```console > docker buildx inspect + ``` + + The output should indicate that the builder platform is Windows, + and that the endpoint of the builder is a named pipe. + + ```text Name: buildkit-exp Driver: remote Last Activity: 2024-04-15 17:51:58 +0000 UTC diff --git a/layouts/_default/_markup/render-codeblock.html b/layouts/_default/_markup/render-codeblock.html index bcd93b5c114a..a79dbd7cd878 100644 --- a/layouts/_default/_markup/render-codeblock.html +++ b/layouts/_default/_markup/render-codeblock.html @@ -4,7 +4,7 @@ {{ end }}