Jump to content

BUG UNRAID/DOCKER network id not found


Recommended Posts

Hi,

 

I found a bug with docker on unraid, when I restart my server my containers no longer see the docker network that I created (but the network exists with the right id)

 

Unraid: 6.8.3

Docker: 19.03.5

my virsh virtual network :

<network ipv6='yes'>
  <name>lab-network-3</name>
  <uuid>7529bb5c-676d-47c4-93b7-f0fe772187ca</uuid>
  <bridge name='virbr3-lab' stp='on' delay='0'/>
  <mac address='52:54:00:a7:8f:5b'/>
  <ip address='192.168.3.1' netmask='255.255.255.0'>
  </ip>
  <route address='192.168.3.0' prefix='24' gateway='192.168.3.10'/>
</network>

My docker network:

docker network create \
-o parent=virbr3-lab \
--driver macvlan \
--subnet 192.168.3.0/24 \
--gateway 192.168.3.10 \
test

thank you in advance for your help 😄

Sans titre.png

Link to comment
  • 3 months later...
  • 3 years later...

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...