Jump to content

how do you get custom br2 br3 etc to show up in docker?

Featured Replies

Posted

there seems to be something wrong with my unraid i posted an issue no one has replied to about  parent br  br2 br3   and i trying to reinstall shinbo  to try this program out  but i find  there is only custom br0    not br0 to br5   whats causing this issue?  

 

i get this error no one has figured out

Jun 24 19:36:42 Tardis root: Error response from daemon: network dm-b6e310e46181 is already using parent interface br2
Jun 24 19:36:42 Tardis root: Error response from daemon: network dm-27db50de59ed is already using parent interface br3
Jun 24 19:36:42 Tardis root: Error response from daemon: network dm-384eab18d937 is already using parent interface br4

 

 

so in dockers  all i have is none,bridge,host, custom:br0     i dont get my other brs..

 

i tried deleting the network.cfg to try to fix it but it didnt help

 

what can i do to fix this error and what not and get the customs  br's back

 

 

docker1.JPG

tardis-diagnostics-20230624-1943.zip

Edited by comet424

I'm not sure what you are asking but I'm curious what these say:

 

ip a |grep " br[0-9]:"
docker network ls

 

It looks like the networks already exist at the time the custom networks are created, giving a conflict.

Try the following

- Stop all containers

- Open a terminal window

- Execute: 

docker system prune -a

- Restart the docker service

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...