CNflysky / redroid-rk3588

Redroid Image For RK3588 with Multiple Features | 适用于RK3588的Redroid镜像,包含多种功能
GNU General Public License v3.0
85 stars 19 forks source link

Maybe about iptables #14

Closed nongze closed 1 month ago

nongze commented 1 month ago
root@orangepi5:~/redroid-rk3588# docker run -d -p 5551:5555 -v ~/redroid-data:/data --restart unless-stopped --name redroid --privileged cnflysky/redroid-rk3588:12.0.0-latest androidboot.redroid_height=1920 androidboot.redroid_width=1080 androidboot.redroid_magisk=1 androidboot.redroid_fake_wifi=1
8cb040c56b0c2657018d06d1e7f28ff08f902494f05bd71e5193e99d6a94e980
docker: Error response from daemon: driver failed programming external connectivity on endpoint redroid (56772de3833dfcf469bb49a0e1021946602d63ca7875349949975c909d000bfb): Unable to enable DNAT rule:  (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 5551 -j DNAT --to-destination 172.17.0.2:5555 ! -i docker0: iptables v1.8.7 (nf_tables): unknown option "--to-destination"
Try `iptables -h' or 'iptables --help' for more information.
 (exit status 2)).
root@orangepi5:~/redroid-rk3588# uname -a
Linux orangepi5 5.10.160-rockchip-rk3588 #1.1.10 SMP Thu Jul 4 17:56:48 CST 2024 aarch64 GNU/Linux
root@orangepi5:~/redroid-rk3588# cat /etc/os*
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
CNflysky commented 1 month ago

please use issue template.