共计 112 个字符,预计需要花费 1 分钟才能阅读完成。
添加规则
vim /etc/docker/daemon.json
#追加下面参数:
{
"iptables":false
}
重启服务
sudo systemctl daemon-reload
sudo systemctl restart docker
正文完
共计 112 个字符,预计需要花费 1 分钟才能阅读完成。
vim /etc/docker/daemon.json
#追加下面参数:
{
"iptables":false
}
sudo systemctl daemon-reload
sudo systemctl restart docker