我想删除docker0接口.在启动服务并直接使用eth0时,最好避免创建接口docker0.
@H_502_6@
ip link delete docker0
您可能需要sudo权限.@H_502_6@
希望这可以帮助.@H_502_6@