Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker Networks add a custom where preserver will let advanced users make there own network! a none/disabled and or add data for ipv6

Featured Replies

image.thumb.png.9f120138856a77b4eb60c4b14943e3b6.png

 

I'm starting to hit a issue with createing overlaping docker netwroks as I want ipv6 and Ipv4.

as the host network won't faciltate this.. and due to at boot and webui docker setting for ipvlan or macvlan..

example:
 

root@Docker:~# docker inspect host
[
    {
        "Name": "host",
        "Id": 
        "Created": 
        "Scope": "local",
        "Driver": "host",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": null
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },

the enable ipv6 otpion I want enabled!

to do that on a mutable os at boot I would need to edt or make my own docker netwroks...
Per example:

Edit /etc/docker/daemon.json (create the file if it doesn't exist).

Add the following content (adjust as needed):

{
    "ipv6": true,
    "fixed-cidr-v6": "2001:db8:1::/64"
}

 

Which is not easily done vcia the web ui or presitent across boots...

Simlilarly with macvlan... ipv6 is alos disabled...

 

root@Docker:~# docker network create \
  --driver macvlan \
  --subnet=192.168.2.0/24 \
  --subnet=fd00::/64 \
  --gateway=192.168.2.1 \
  --gateway=fd00::1 \
  -o parent=br0 \
  my_macvlan_net
Error response from daemon: invalid pool request: Pool overlaps with other one on this address space
root@Docker:~#

Due to unraids webui Docker settings.. I would like to see a custom/no docekr network so a advance user can create there own docker network for ipv6 support...

Edited by bmartino1

  • Author

to be clear I want a docker option to stop the creation of unriads control and use over creating the custom br0 network... i would rather have preserve user defined and let teh user defiune them!!!

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.