iptables:No chain/target/match by the name
今天docker啟動redis時發現docker出錯了,iptables報錯,沒法啟動docker。因為之前有關閉了防火牆。
產生原因分析:
docker 服務啟動的時候,docker服務會向iptables註冊一個鏈,以便讓docker服務管理的containner所暴露的埠之間進行通訊
通過命令iptables -L可以檢視iptables 鏈。
在開發環境中,如果你刪除了iptables中的docker鏈,或者iptables的規則被丟失了(例如重啟firewalld),docker就會報iptables error例如:iptables: No chain/target/match by that name
解決辦法:
重啟docker服務,之後,正確的iptables規則就會被建立出來
相關文章
- 啟動docker容器時報錯:iptables: No chain/target/match by that name.DockerAI
- CMake Error: add_executable cannot create target ““ because another target with the same name已解決Error
- ROS報錯The target name "test" is reserved when CTest testing is enabledROS
- wget下載安裝時出現錯誤doesn‘t match requested host name錯誤wget
- Match
- ABAP 辨析ON INPUT|REQUEST|CHAIN-INPUT|CHAIN-REQUESTAI
- Openfiler配置ISCSI Target及FC Target
- JavaScript match()JavaScript
- iptables重置
- Markov Chain & Monte CarloAI
- E. Chain ReactionAIReact
- C. Divisor ChainAI
- Chain-of-Thought PromptingAI
- iptables詳解及docker的iptables規則Docker
- fp-match
- JavaScript match()方法JavaScript
- python match用法Python
- 017 Vowels match
- iptables報錯!iptables-restore unable to initialize table 'filterRESTFilter
- Debian使用iptables-persistent持久化iptables規則持久化
- Trusted Block Chain Summit(2018.10.09)RustBloCAIMIT
- iptables應用
- iptables防火牆防火牆
- iptables和firewalld
- iptables詳解
- iptables筆記筆記
- 防火牆iptables防火牆
- Iptables 實操
- CSS E:targetCSS
- currentTarget VS target
- javascript的match方法JavaScript
- Rust match 和 if letRust
- [iptables] 基於iptables實現的跨網路通訊
- 責任鏈模式(Chain Of Responsibility)模式AI
- WPF筆記3——x:Name 與 Name筆記
- linux之iptables使用Linux
- iptables設定macMac
- Iptables入門教程