Skip to content

Commit 9b1aa59

Browse files
committed
build: make buildkitd on windows more copy-friendly
Signed-off-by: David Karlsson <[email protected]>
1 parent 6e181ff commit 9b1aa59

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/build/buildkit/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,10 @@ We appreciate any feedback you submit by [opening an issue here](https://github.
180180
$Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + `
181181
[System.Environment]::GetEnvironmentVariable("Path","User")
182182
```
183-
6. Start `buildkitd.exe`.
183+
6. Start the BuildKit daemon.
184184

185185
```console
186186
> buildkitd.exe
187-
time="2024-02-26T10:42:16+03:00" level=warning msg="using null network as the default"
188-
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]"
189-
time="2024-02-26T10:42:16+03:00" level=info msg="found 1 workers, default=\"zcy8j5dyjn3gztjv6gv9kn037\""
190-
time="2024-02-26T10:42:16+03:00" level=warning msg="currently, only the default worker can be used."
191-
time="2024-02-26T10:42:16+03:00" level=info msg="running server on //./pipe/buildkitd"
192187
```
193188

194189
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.
206201

207202
```console
208203
> docker buildx inspect
204+
```
205+
206+
The output should indicate that the builder platform is Windows,
207+
and that the endpoint of the builder is a named pipe.
208+
209+
```text
209210
Name: buildkit-exp
210211
Driver: remote
211212
Last Activity: 2024-04-15 17:51:58 +0000 UTC

0 commit comments

Comments
 (0)