docker bridge

 

useful when there is no nmlic and brctl installed or configured but still bridge running, and they still here after reboot

show docker controlled network

docker network ls

delete non-using docker bridge

docker network prune

some useful docker command : rebuild docker with no cache

docker-compose build --no-cache