Issue: Kernel 4.14.79 seems to be working great, but it looks like the dependency map isn't being installed in /lib/modules/ during installation. This causes modprobe to fail with:
kmod_search_moddep() could not open moddep file '/lib/modules/4.14.79-hypriotos-v7+/modules.dep.bin'
Docker and Containerd require overlayfs, so the containerd service file fails trying to run /sbin/modprobe overlay
Workaround: sudo depmod on each pi fixed this pretty quickly and easily
Workaround is pretty simple, but I believe these files should be being created during the deb install (from searches it looks like linux-image-* should be installing these)