tailscale-qpkg
tailscale-qpkg copied to clipboard
Can't build in Windows 10
I hit an snag attempting the sudo dockerd step. attached is the error log. Any suggestions?
Thanks dockerd.txt
@CharlesGodwin try this, worked for me:
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
sudo dockerd &
thanks to this guy:
https://github.com/microsoft/WSL/issues/6655#issuecomment-1142933322