docker network bridge error

This pages will show you how to solve the docker network problem when you want to use docke-compose to create networks and containers

Problems:
sudo docker-compose up
http://img2.58codes.com/2024/20126989CvUHiMFRzF.png

How to solve this problem ?
this problem may be the initial startup problem or not colsing properly, so that network bridge already exists !

you can use this command to see all the docker networks

sudo docker network ls

http://img2.58codes.com/2024/20126989qpEsRobi4j.png

sudo docker network inspect NETWORK_ID}

http://img2.58codes.com/2024/20126989Sma3bxv4Bc.png

if you want to restart creating the newer docker brdige
you just remove the older bridge!

sudo docker network rm NETWORK_ID

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章