I have OpenWrt 24.10 rc4 installed on an Intel N100-based box. I have dockerd installed and I thought it was configured, but for some reason docker0 does not exist. It seems like /etc/init.d/dockerd should be creating it on boot.
If I run /etc/init.d/dockerd restart
docker0 is created, but no containers have Internet access.
What am I doing wrong here?