docker - 啓動container時出現 [warning] : ipv4 forwarding is disabled. networking will not work

原由

今天在一臺新的centos宿主機上安裝docker,因爲關閉了iptables,在此以後啓動container的時候會出現警告:docker

WARNING: IPv4 forwarding is disabled. Networking will not work.centos

 

解決方法

1. 修改配製文件 「00-system.conf」

它位於:  /usr/lib/sysctl.d/ 目錄下,設置 「Ip4 forward」 爲 1 spa

 

# vi /usr/lib/sysctl.d/00-system.conf

 

修改ip4 foward 配製:rest

 

 

2. 從新啓動network服務

# systemctl restart network

 

3. 刪除錯誤的container,再次運行之

# docker rm -f mybusybox

# docker run -itd --name mybusybox busybox

咱們能夠看到,warning 已經消除了 :) code

 

OK, 感謝你們的觀看,歡迎留言&交流!!blog

相關文章
相關標籤/搜索