FIX: Update TODO for container path

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-04-07 11:07:57 +02:00
parent 5a416bc99c
commit 8574879560

View File

@ -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",