- a host with WireGuard support in the kernel is needed
- a
wg-quickstyle config file needs to be mounted at/etc/wireguard/wg0.conf
docker run \
--name wireguard \
-v "$(pwd)":/etc/wireguard \
-p 55555:38945/udp \
--cap-add NET_ADMIN \
--tty --interactive \
felixfischer/wireguard:latest