masipcat / wireguard-go-docker

Wireguard docker image
https://hub.docker.com/r/masipcat/wireguard-go
GNU General Public License v3.0
182 stars 42 forks source link

Running on Mac OS X? #27

Open rudasn opened 1 year ago

rudasn commented 1 year ago

Is it possible to have this docker container running on mac and have it route traffic through it?

This would be needed for older versions of OS X that do not natively support wireguard (the binary fails to install).

Thanks, great work btw! 👍

masipcat commented 1 year ago

I would say that it should work as long as docker in OS X can create tun interfaces, but I don't use OS X so I'm not sure

rudasn commented 1 year ago

Hm I'll have to do some more testing to see where the issue is. Thanks!