停止docker 服务

systemctl stop docker

追加配置

vim /etc/docker/daemon.json

“bip”: “172.20.0.1/16”

重启docker

systemctl restart docker