mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	docs: update buildx inspect reference with buildkit version
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
@@ -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://ubuntu@1.2.3.4
 | 
			
		||||
Status:    running
 | 
			
		||||
Buildkit:  v0.10.3
 | 
			
		||||
Platforms: linux/arm64*, linux/arm/v7, linux/arm/v6
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user