podman/pkg/systemd
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
..
define generate systemd: handle --restart 2021-09-07 13:58:11 +02:00
generate generate systemd: error on init containers 2023-05-17 14:50:23 +02:00
notifyproxy kube sdnotify: run proxies for the lifespan of the service 2022-12-06 14:15:11 +01:00
parser Trim whitespace from unit files while parsing 2023-06-25 06:33:37 -04:00
quadlet Add glob support to podman run/create --mount 2023-07-27 06:32:54 -04:00
activation.go pkg/systemd: don't require LISTEN_FDNAMES for socket activation 2021-06-24 09:01:39 -06:00
activation_test.go pkg/systemd: don't require LISTEN_FDNAMES for socket activation 2021-06-24 09:01:39 -06:00
dbus.go Eval symlinks on XDG_RUNTIME_DIR 2022-10-28 14:32:39 -04:00