Closed aparcar closed 5 years ago
Using --cap-add net_admin
in the run command should solve that. But I think this issue can be left opened since missing cap_net_admin shouldn't cause 100% CPU. It can be handled better.
Closed thanks to @mikma back porting some patch
LXC containers work fine, but Docker contains print
which is executed in the preinit scripts (/lib/preinit/10_indicate_preinit). The command
ip -4 address flush dev $pi_ifname
actually causes 100% CPU usage.You got a fix for that?