Rock5b Debian Docker Install

I can not get docker running on the debian image.

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

Before the docker install gets past the iptable problems but like Hi, has anyone successfully run docker on Rock3a?

I think its missing some cgroups that are part of the kernel compile?

Anyone get docker running? Perhaps this should be moved to the rock 5 series section?

I haven’t tried as fixed the 1st network problem with the above which is documented for debian.
https://wiki.debian.org/iptables
The cgroups might just be they need mounting via fstab.
So purge docker set up iptables-legacy and install.
Your install will be fixed but docker run will likely fail due to the missing cgroups.
If this is just mounting them or the compiled kernel is missing elements I dunno.