| 
									
										
										
										
											2022-06-23 18:39:14 +08:00
										 |  |  | //go:build linux
 | 
					
						
							|  |  |  | // +build linux
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | package define | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | const ( | 
					
						
							|  |  |  | 	// TypeBind is the type for mounting host dir
 | 
					
						
							|  |  |  | 	TypeBind = "bind" | 
					
						
							| 
									
										
										
										
											2022-06-23 18:55:14 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	// TempDir is the default for storing temporary files
 | 
					
						
							|  |  |  | 	TempDir = "/dev/shm" | 
					
						
							| 
									
										
										
										
											2022-06-23 18:39:14 +08:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | var ( | 
					
						
							|  |  |  | 	// Mount potions for bind
 | 
					
						
							|  |  |  | 	BindOptions = []string{"bind"} | 
					
						
							|  |  |  | ) |