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
https://ithelp.ithome.com.tw/upload/images/20210807/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

https://ithelp.ithome.com.tw/upload/images/20210807/20126989qpEsRobi4j.png

sudo docker network inspect NETWORK_ID}

https://ithelp.ithome.com.tw/upload/images/20210807/20126989Sma3bxv4Bc.png

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

sudo docker network rm NETWORK_ID

<<:  apt-get install error E: Sub-process /usr/bin/dpkg returned an error code (1)

>>:  Day 42 (PHP)

Day29: Picker controller

前言 今天要在 RecipeDetailView 中添加 Picker controller, 使其...

[DAY 04]环境建置 : 硬体(2)

硬体选择 -- Part 2 简介 昨天已经提过了最重要的 GPU 了,那今天会着重在其他的零件上,...

请问服务路由器的IP地址怎麽算?

各位前辈们好,我想询问这题怎麽解~ 我查了很多资料还是不知道怎麽解 谢谢各位前辈 一部路由器有A、B...

Day 29 - 用 canvas 与 fabricjs 做文件签名(下)

接续 昨天完成了材料建立,今天就用 fabricjs 来做两者的合并 fabricjs 使用 fab...

Day 14:安全杂凑演算法(SHA)

上回提到的杂凑函式,除了杂凑表外,还有不少有趣的应用。 其中一种就是安全杂凑演算法(全名Secure...