mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-03 22:04:29 +00:00 
			
		
		
		
	docs: Disk pass-through (#1183)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Update / dockerHubDescription (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Update / dockerHubDescription (push) Has been cancelled
				
			This commit is contained in:
		
							parent
							
								
									70a92d3503
								
							
						
					
					
						commit
						aa16eeba6c
					
				@ -329,12 +329,12 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
 | 
			
		||||
 | 
			
		||||
### How do I pass-through a disk?
 | 
			
		||||
 | 
			
		||||
  It is possible to pass-through disk devices directly by adding them to your compose file in this way:
 | 
			
		||||
  It is possible to pass-through disk devices or partitions directly by adding them to your compose file in this way:
 | 
			
		||||
 | 
			
		||||
  ```yaml
 | 
			
		||||
  devices:
 | 
			
		||||
    - /dev/sdb:/disk1
 | 
			
		||||
    - /dev/sdc:/disk2
 | 
			
		||||
    - /dev/sdc1:/disk2
 | 
			
		||||
  ```
 | 
			
		||||
 | 
			
		||||
  Use `/disk1` if you want it to become your main drive (which will be formatted during installation), and use `/disk2` and higher to add them as secondary drives (which will stay untouched).
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user