1. 配置软件及防火墙规则
docker pull openwrtorg/rootfs:aarch64_cortex-a53
docker run -d --network host --name test openwrtorg/rootfs:aarch64_cortex-a53
sudo apt-get install firewalld
sudo systemctl enable firewalld
sudo firewall-cmd --zone=public --add-port=80/tcp --permanent
sudo firewall-cmd --reload
2. 进入系统配置web界面
opkg update
opkg install luci-app-travelmate
opkg install luci
/etc/init.d/uhttpd enable
/etc/init.d/uhttpd start