Docker

解決"Error initializing network controller"問題


參考資訊:
1. failing-to-start-dockerd-failed-to-create-nat-chain-docker

問題:

Error initializing network controller: Error creating default "bridge" network: Failed to Setup IP tables: Unable to enable NAT rule

解法:

$ sudo vim /lib/systemd/system/docker.service
    ExecStart=/usr/bin/dockerd --iptables=false -H fd://


返回上一頁