iBEAT-V2 / iBEAT-V2.0-Docker

iBEAT V2.0 Docker
8 stars 2 forks source link

Podman compatibility solutions #4

Open namgo opened 3 months ago

namgo commented 3 months ago

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.

Zhengwang-Wu commented 2 months ago

@namgo Thanks for your valuable feed back.