Giuseppe Scrivano

Results 326 comments of Giuseppe Scrivano

we can add other runtimes, you can take a look at the existing ones for an idea of how it should be done. The support for a specific handler must...

runc seems to ignore it but OomKillDisable is not supported on cgroup v2. I think pterodactyl wings should not set OomKillDisable on cgroup v2, since that cannot be honored

> But how about log driver? And other functions mentioned on other issue? what exactly is the problem with the log-driver? crun can use a file to log its messages...

I've got no further information on my last question, so I am closing this for now. Please reopen if necessary

thanks for starting the discussion! > In that discussion, I noted that [per-directory casefolding is supported in ext4](https://www.collabora.com/news-and-blog/blog/2020/08/27/using-the-linux-kernel-case-insensitive-feature-in-ext4/) and Wine can use that if available, and it's on the roadmap...

> One thing that's probably out of scope is being able to execute a directory or btrfs subvolume as a filesystem root. could you use `podman run ... --rootfs $PATH_YOU_WANT_AS_ROOTFS`?

you could specify :O to create an overlay mount on top of it. `podman run ... --rootfs $PATH_YOU_WANT_AS_ROOTFS:O` That is ephemeral but using overlay

how are you passing the 3rd file descriptor when you specify `--preserve-fds=3`?