After trying to get docker running on arch, I noticed iptables service (required by docker) was failing:
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/5.10.66-27-rockchip-gea60d38
I did not update kernel yet and am still using the one from original debian radxa image.
I know some tricks had to be applied to get docker working on other dist (like armbian) but not sure if this is the same issue here.
Anyone with same issue? Shouldn’t iptables service supposed to run properly?
Or maybe that’s because I didn’t install kernel bsp package and required modules are not populated?