mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	FIX: Update TODO for container path
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									5a416bc99c
								
							
						
					
					
						commit
						8574879560
					
				| @ -39,7 +39,7 @@ func (d mount) toEdits() *cdi.ContainerEdits { | |||||||
| func (d mount) toSpec() *specs.Mount { | func (d mount) toSpec() *specs.Mount { | ||||||
| 	s := specs.Mount{ | 	s := specs.Mount{ | ||||||
| 		HostPath: d.Path, | 		HostPath: d.Path, | ||||||
| 		// TODO: We need to update the container path
 | 		// TODO: We need to allow the container path to be customised
 | ||||||
| 		ContainerPath: d.Path, | 		ContainerPath: d.Path, | ||||||
| 		Options: []string{ | 		Options: []string{ | ||||||
| 			"ro", | 			"ro", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user