我试图在岸壁上启用码头支持(5.1.3.2版)。我一直跟随着向导http://shorewall.org/Docker.html。
然而,当我试图启动海岸墙时,我会得到以下错误:
* Starting shorewall ...iptables-restore v1.6.1: Couldn't load target `DOCKER-INGRESS':No such file or directory
Error occurred at line: 39
Try `iptables-restore -h' or 'iptables-restore --help' for more information.
ERROR: iptables-restore Failed. Input is in /var/lib/shorewall/.iptables-restore-input
iptables-restore v1.6.1: Couldn't load target `DOCKER-INGRESS':No such file or directory
Error occurred at line: 14
Try `iptables-restore -h' or 'iptables-restore --help' for more information.
ERROR: /sbin/iptables-restore Failed.
Terminated
[ !! ]
* ERROR: shorewall failed to start我试着在岸上之前或岸上之前开始码头,但我总是遇到同样的问题。
我怎样才能解决这个问题?
谢谢
发布于 2018-07-09 16:36:23
这与码头群模式有关,它创建了一个码头入口规则链,它不是由岸壁管理的。据我所知,没有人要求在岸壁增加规则链管理。应该有一个解决办法,比如跳过,或者在岸壁上按名字保存/恢复一个链,比如这。
发布于 2020-01-27 11:46:01
如果已启用Docker支持,请签入shorewall.conf:
DOCKER=Yeshttps://serverfault.com/questions/873962
复制相似问题