Dock installation issue in Armbian with iptables
Issue
Docker requires legacy iptables. If docker installation got network issue, following commands might fix the issue.
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
apt remove apparmor