service docker stop
ip link set dev docker0 down
brctl delbr docker0
备:如果没有brctl命令,执行
yum install -y bridge-utils