Just out of curriousity: are you setting ressource contraints on your containers?
I wouldn’t be surprised if a system with limited resources - like a pi - would suffer from OOM Kills.
You might want to check system logs for OOM Kills - the kernel will free up as much ram as it needs to breath and kill whatever it finds fit.
Setting ressource constraints is the only way to limit single containers from eating up to much ram. You should consider to apply them on your container.
It’s worked !
just add at the end of /etc/dhcpcd.conf the “denyinterfaces veth*”
$sudo echo “denyinterfaces veth*” >> /etc/dhcpcd.conf
No i dont setting ressources constraints but i have a lot of raspberry pi4B.
I don’t see any killed apps in /var/logs event for the pi who used a lot of ressources like big api in springboot.