Skip to content

Commit

Permalink
docs: update buildx inspect reference with buildkit version
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc committed Aug 18, 2022
1 parent 8f0d9bd commit 437b8b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/buildx_inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following example shows information about a builder instance named
`elated_tesla`:

> **Note**
>
>
> Asterisk `*` next to node build platform(s) indicate they had been set manually during `buildx create`. Otherwise, it had been autodetected.
```console
Expand All @@ -57,10 +57,12 @@ Nodes:
Name: elated_tesla0
Endpoint: unix:///var/run/docker.sock
Status: running
Buildkit: v0.10.3
Platforms: linux/amd64

Name: elated_tesla1
Endpoint: ssh://[email protected]
Status: running
Buildkit: v0.10.3
Platforms: linux/arm64*, linux/arm/v7, linux/arm/v6
```

0 comments on commit 437b8b1

Please sign in to comment.