| 
									
										
										
										
											2024-06-02 10:25:08 +08:00
										 |  |  | //go:build darwin || windows || netbsd
 | 
					
						
							|  |  |  | // +build darwin windows netbsd
 | 
					
						
							| 
									
										
										
										
											2022-11-06 23:10:40 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | package define | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | const ( | 
					
						
							|  |  |  | 	// TypeBind is the type for mounting host dir
 | 
					
						
							|  |  |  | 	TypeBind = "bind" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	// TempDir is the default for storing temporary files
 | 
					
						
							|  |  |  | 	TempDir = "/var/tmp" | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var ( | 
					
						
							|  |  |  | 	// Mount potions for bind
 | 
					
						
							|  |  |  | 	BindOptions = []string{""} | 
					
						
							|  |  |  | ) |