Ported from support slack
Can you mount wildcards in app manifest? Not just devices
Say /usr/bin/nvidia*
Ported from support slack
Can you mount wildcards in app manifest? Not just devices
Say /usr/bin/nvidia*
Device mappings do support glob matching, it’s using golang globbing:
https://gravitational.com/gravity/docs/pack/#sample-application-manifest
# Device(-s) path, treated as a glob
- path: /dev/nvidia*```