mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	chore: add docs reminder comments for driver opts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
(cherry picked from commit 1326634c7d)
			
			
This commit is contained in:
		
				
					committed by
					
						
						Tonis Tiigi
					
				
			
			
				
	
			
			
			
						parent
						
							95062ce8df
						
					
				
				
					commit
					2271096e46
				
			@@ -14,6 +14,9 @@ import (
 | 
			
		||||
type Driver struct {
 | 
			
		||||
	factory driver.Factory
 | 
			
		||||
	driver.InitConfig
 | 
			
		||||
 | 
			
		||||
	// if you add fields, remember to update docs:
 | 
			
		||||
	// https://github.com/docker/docs/blob/main/content/build/drivers/remote.md
 | 
			
		||||
	*tlsOpts
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user