mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 18:08:51 +08:00 
			
		
		
		
	 0300271bf7
			
		
	
	0300271bf7
	
	
	
		
			
			This allows us to redefine to the equivalent nullfs on FreeBSD. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			110 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build linux
 | |
| 
 | |
| package define
 | |
| 
 | |
| const (
 | |
| 	// TypeBind is the type for mounting host dir
 | |
| 	TypeBind = "bind"
 | |
| )
 |