docker-compose up でERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables ~ | クズリーマンのカス備忘録

docker-compose up でERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables ~

docker-logo docker
スポンサーリンク

docker logo

ホストマシン環境

CentOS7

事象

docker-compose up -d したときにタイトルのメッセージが出力される。

 

原因

firewallとdockerコンテナの起動順らしい。qiita

 

対応

最初にdockerデーモンの停止。

serivce docker stop
service firewalld status

しても、起動しておらず(前に止めてた)、

service iptables status

してもiptablesっていうサービスは無いよと言われた。

とりあえずdockerデーモンの起動をして再度docker-compose up -d したら治った。

serivce docker start

 

コメント

タイトルとURLをコピーしました