Hi,
I run an openvpn server in docker with Tunnelblick on my mac.
I'm curious to give this a shot. But the things is, I don't understand the README where things should run. server versus client, there is no distinctions.
Assuming this is for the server:
docker run -it --rm --cap-add net_admin --cap-add sys_module \
-v /etc/wireguard:/etc/wireguard -v /lib/wireguard:/lib/wireguard \
-p 5555:5555/udp activeeos/wireguard-docker
, how should I run it on my mac as a client?
Thanks!