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>
This commit is contained in:
		@@ -40,7 +40,10 @@ const (
 | 
			
		||||
 | 
			
		||||
type Driver struct {
 | 
			
		||||
	driver.InitConfig
 | 
			
		||||
	factory      driver.Factory
 | 
			
		||||
	factory driver.Factory
 | 
			
		||||
 | 
			
		||||
	// if you add fields, remember to update docs:
 | 
			
		||||
	// https://github.com/docker/docs/blob/main/content/build/drivers/docker-container.md
 | 
			
		||||
	netMode      string
 | 
			
		||||
	image        string
 | 
			
		||||
	memory       opts.MemBytes
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user