November 30, 20241 yr 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.
December 1, 20241 yr 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.