podman/pkg/systemd/quadlet
Daniel J Walsh 0fefcf8a4f
Add glob support to podman run/create --mount
HPC Community asked for this support specifically for using GPUs
within containers. Nvidia requires the correct shared library to
to be present in the directory that matches the device mounted
into the container. These libraries have random suffixes based
on versions of the installed libraries on the host.

podman run --mount type=glob:src=/usr/lib64/nvidia\*:ro=true. This helps
quadlets be more portable for this use case.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-07-27 06:32:54 -04:00
..
podmancmdline.go quadlet: Handle booleans that have defaults better 2022-12-20 11:00:48 +01:00
quadlet.go Add glob support to podman run/create --mount 2023-07-27 06:32:54 -04:00
quadlet_test.go move quadlet packages into pkg/systemd 2022-10-19 13:38:27 +02:00