Hi I have been routing some of my dockers via a custom wireguard network . I got the idea from nickb.dev and Reddit   The way I have it starting up is via the go file. I did install resolvconf from slackware.pkgs.org. You can also just use the --dns= flag on the docker containers. ip link add dev vpnac-us19 type wireguard wg setconf vpnac-us19 /etc/wireguard/vpnac-us19.conf ip address add 10.11.2.55 dev vpnac-us19 ip link set up dev vpnac-us19 printf 'nameserver %s\n' 10.