Tailscale install in docket help please!

Discussion about Docker
Locked
User avatar
Lemongrew
Posts: 1
Joined: 25 Jan 2023, 12:19

Tailscale install in docket help please!

Post by Lemongrew »

Could someone please provide help to install Tailscale VPN inside docker application. I have search the forum YouTube the Internet. I have managed to download the Tailscale image and darker and run it but not entirely sure it’s set up correctly. Not sure what or if I need to input anything for mounting path volumes parts, network, settings, and docker any help would be appreciated. Thank you. TOS updated to newest version
User avatar
TJ27sk
Posts: 10
Joined: 22 Nov 2022, 18:06
Russia

Re: Tailscale install in docket help please!

Post by TJ27sk »

Network: host
volumes:
/mnt/md0/Taildrop: /mnt/Taildrop
/mnt/md0/Taildrop: /usr/local/bin/freenas-debug

env:
TZ: Europe/London
TUID: 1000
PGID: 1000

Also i place in env TS_AUTH_KEY (generate it in tailscale.com). Without this machine have label 'ephemeral"

This all.
/mnt/md0/Taildrop - shared folder with all permission for work Taildrop

Enable UPNP in router (may be not need???)

After start container see log. From end log you have authorization link.
Locked

Return to “Docker”