mirror of
https://github.com/containers/podman.git
synced 2026-07-12 08:15:23 -04:00
fix https://github.com/containers/podman-desktop/issues/5282 With FCOS we have a limit of 2048 files But when launching containers like kind containers, we're reaching easily the limit. AFAIK as it's inside a dedicated machine, limit should be max Limit should be only at the container level. Signed-off-by: Florent Benoit <fbenoit@redhat.com>