docker---docker-compose up -d 報錯解決


$ docker-compose up -d
Creating network "drupal_default" with the default driver
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule:  
(iptables failed: iptables --wait -t nat -I DOCKER -i br-6c25bf895a94 -j
RETURN: iptables: No chain/target/match by that name. (exit status 1))


【解決】
iptables -t filter -N DOCKER execute this command restart the docker solving an issue.
This issue you may get if you stop the firewalld after installing docker.
If you stop firewalld before installing docker, then you may not get this issue.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM