zyclonite / tailscale-docker

Tailscale as Docker Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pulls Quay.io Enabled build

tailscale-docker

Description

Tailscale as Docker Image.
Using nftables by default

Run

most simple way of running the container

docker run -d --name=tailscale -v /var/lib/tailscale:/var/lib/tailscale -v /dev/net/tun:/dev/net/tun --network=host --cap-add=NET_ADMIN --cap-add=NET_RAW zyclonite/tailscale

Source

https://github.com/zyclonite/tailscale-docker

About

Tailscale as Docker Image

License:MIT License


Languages

Language:Dockerfile 100.0%