I've deployed the alpine image as described and get the following log errors. I've tried it with a shared host docker network and also with a non host shared network. Do you have a hint for me?
2021-12-21 18:52:13,stdout,Tue Dec 21 18:52:13 UTC 2021: Starting Wireguard /etc/wireguard/wg0.conf
2021-12-21 18:52:13,stdout,Warning: `/etc/wireguard/wg0.conf' is world accessible
2021-12-21 18:52:13,stdout,[#] ip link add wg0 type wireguard
2021-12-21 18:52:13,stdout,RTNETLINK answers: Not supported
2021-12-21 18:52:13,stdout,Unable to access interface: Protocol not supported
2021-12-21 18:52:13,stdout,[#] ip link delete dev wg0
2021-12-21 18:52:13,stdout,Cannot find device "wg0"
2021-12-21 18:52:13,stdout,Adding iptables NAT rule
2021-12-21 18:52:13,stdout,ip6tables v1.8.6 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
2021-12-21 18:52:13,stdout,Perhaps ip6tables or your kernel needs to be upgraded.
2021-12-21 18:52:31,stdout,Tue Dec 21 18:52:31 UTC 2021: Shutting down Wireguard
2021-12-21 18:52:31,stdout,Warning: `/etc/wireguard/wg0.conf' is world accessible
2021-12-21 18:52:31,stdout,wg-quick: `wg0' is not a WireGuard interface
2021-12-21 18:52:31,stdout,ip6tables v1.8.6 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
2021-12-21 18:52:31,stdout,Perhaps ip6tables or your kernel needs to be upgraded.
I've deployed the alpine image as described and get the following log errors. I've tried it with a shared host docker network and also with a non host shared network. Do you have a hint for me?