qd-today / qd

QD [v20240210] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server
https://qd-today.github.io/qd/
MIT License
4.46k stars 577 forks source link

[Bug] ⠿ Network test_default Error #469

Closed AbianTang closed 1 year ago

AbianTang commented 1 year ago

Verify steps

QD Version

docker

Bug on OS

Linux

Bug on Platform

Docker/Linux 64位

To Reproduce

install

Describe the Bug

root@OpenWrt:/mnt/sda1/test# docker-compose up -d [+] Running 0/0 ⠿ Network test_default Error 0.0s failed to create network test_default: Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-44ac1cc8036e -j RETURN: iptables: No chain/target/match by that name. (exit status 1))

QD config

No response

QD log

root@OpenWrt:/mnt/sda1/test# docker-compose up -d
[+] Running 0/0
 ⠿ Network test_default  Error                                                                                                                                                                                                        0.0s
failed to create network test_default: Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule:  (iptables failed: iptables --wait -t nat -I DOCKER -i br-44ac1cc8036e -j RETURN: iptables: No chain/target/match by that name.
 (exit status 1))

Expected behavior

root@OpenWrt:/mnt/sda1/test# docker-compose up -d [+] Running 0/0 ⠿ Network test_default Error 0.0s failed to create network test_default: Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-44ac1cc8036e -j RETURN: iptables: No chain/target/match by that name. (exit status 1))

Screenshots

No response

a76yyyy commented 1 year ago

这个是docker问题,你还完全没有安装这个容器,不是qd框架及容器本身的问题

a76yyyy commented 1 year ago

如果有问题,请重新reopen这个issue

AbianTang commented 1 year ago

这是docker的问题,你还完全没有安装这个容器,不是qd框架及容器本身的问题

你好,但是我其他容器都是正常运行的呀