How to install tailscale in Alpine Linux

My recommendation is to just use the community repository:

install_tailscale_alpine.sh
echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
apk add -U tailscale

Now you need to add tailscaled to the autostart list and then start the service so you can use it right now:

start_tailscale_alpine.sh
rc-update add tailscale
/etc/init.d/tailscale start

 


Check out similar posts by category: Alpine Linux