mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +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 {
|
||||
s := specs.Mount{
|
||||
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,
|
||||
Options: []string{
|
||||
"ro",
|
||||
|
Loading…
Reference in New Issue
Block a user