At the lab I work at, we provide Podman but not Docker.
A student found that they couldn't get read access to the provided license due to permissions issues within the container, however we found swapping the --user $(id -u):$(id -g) switch for --user root:root allowed us to run the software without issue.
I'm not sure if this is important enough to update your documentation for, but I thought I'd note it in your issues section in case someone in another lab used podman.
At the lab I work at, we provide Podman but not Docker.
A student found that they couldn't get read access to the provided license due to permissions issues within the container, however we found swapping the
--user $(id -u):$(id -g)
switch for--user root:root
allowed us to run the software without issue.I'm not sure if this is important enough to update your documentation for, but I thought I'd note it in your issues section in case someone in another lab used podman.