Tailscale on docker with relaying and exit node
10K+
This is a docker image based on alpine:3 for setting up a tailscale instance in relay mode and exit node.
docker network create -d bridge <network name>docker inspect <NETWORK ID> | grep Subnettskey-123abc...)--cap-add=NET_ADMIN/tailscaleRun the following docker run command.
AUTHKEY=tskey-123abc...ROUTES=172.31.0.0/16docker run -d \
-v /tailscale \
--cap-add=NET_ADMIN \
--network=<docker_net> \
-e "ROUTES=<docker_network>" \
-e "AUTHKEY=<your_auth_key>" \
ido1990/tailscale-docker:latest
This version should pull the lastest version of Tailscale for every deployment (weekly). You can use Watchtower to keep Tailscale updated.
Find this image on Docker Hub
Content type
Image
Digest
sha256:863aea3c6…
Size
35 MB
Last updated
over 1 year ago
docker pull ido1990/tailscale-docker