So I have something where I’m trying to run a cont...
# plugins
b
So I have something where I’m trying to run a container using podman, and while the command runs file both manually and using the
__run.sh
left behind when using
--keep-sandboxes=on_failure
when I run it using pants I get this:
Copy code
stderr:
Error: kernel does not support overlay fs: unable to create kernel-style whiteout: operation not permitted
Any idea what might be going on? My current theory is that it’s looking for
fuse-overlayfs
but can’t find it. Does that sound plausible?