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 Unable to Select wg0 as network

Featured Replies

I recently upgraded to 7.0.0-beta.4. Before upgrading I was able to choose wg0 as the network for my docker containers but that option is no longer there. wg0 is still active and appears to be working. Any advice of where I may have gone wrong? I did delete all my containers and changer the storage driver to overlay2 since my cache is on zfs mirrors.

Screenshot 2024-11-30 at 4.32.57 PM.png

Screenshot 2024-11-30 at 4.42.16 PM.png

  • Community Expert

you need to run a docker network create command for the parent device of wg0


 

docker network create \
  --driver bridge \
  wg0

 

Optional Parameters

You can add more options to customize the bridge network:

Specify Subnet and Gateway

 

docker network create \
  --driver bridge \
  --subnet=192.168.1.0/24 \
  --gateway=192.168.1.1 \
  wg0

Using wiregurads ip settigns...

*you may ned to fix or add allowed IP or add a unraid ip route...
 

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.