Closed aidalgol closed 2 years ago
It looks like nix-linter is traversing the whole filesystem and trying to open the /proc/tty/driver
file and failing.
I think what you wanted to do is not lint the content of the container, but the content of the current folder. If podman works like docker it would look like this:
$ podman run -v "$PWD:/src" --rm localhost/nix-linter-0.2.0.3:rfj89prik95nb35nrpsrr1cf5ik8323i nix-linter --recursive /src
Ah, of course. That was the problem. Thank you!
I have defined an image for nix-linter following the existing images' examples,
and when I try to run it, I get a "permission denied" error:
Other images from this repository run fine under podman, so I don't think it's a podman issue.