Add rprivate to CDI mount options
Some checks failed
CI Pipeline / code-scanning (push) Has been cancelled
CI Pipeline / variables (push) Has been cancelled
CI Pipeline / golang (push) Has been cancelled
CI Pipeline / image (push) Has been cancelled
CI Pipeline / e2e-test (push) Has been cancelled

This ensures that mount propagation is set to rprivate for
mounts from the host into the container. This aligns with the
default in docker.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2025-03-10 10:27:24 +02:00
parent adb5e6719d
commit d0103aa6a3
8 changed files with 19 additions and 12 deletions

View File

@@ -109,7 +109,8 @@ containerEdits:
- ro
- nosuid
- nodev
- bind
- rbind
- rprivate
`,
},
}

View File

@@ -111,7 +111,8 @@ containerEdits:
- ro
- nosuid
- nodev
- bind
- rbind
- rprivate
`,
},
}