{"id":43890341,"url":"https://github.com/hillnz/docker-tailscale","last_synced_at":"2026-02-06T16:35:36.463Z","repository":{"id":40472081,"uuid":"391298654","full_name":"hillnz/docker-tailscale","owner":"hillnz","description":"Unofficial Tailscale Docker image, based on the official one","archived":false,"fork":false,"pushed_at":"2026-01-28T03:56:06.000Z","size":53,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T19:36:12.294Z","etag":null,"topics":["docker","tailscale"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hillnz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-31T08:33:51.000Z","updated_at":"2026-01-28T03:56:09.000Z","dependencies_parsed_at":"2023-11-30T20:26:09.440Z","dependency_job_id":"32ea8cbd-5cb1-4c5d-8841-952e9056460d","html_url":"https://github.com/hillnz/docker-tailscale","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hillnz/docker-tailscale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hillnz%2Fdocker-tailscale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hillnz%2Fdocker-tailscale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hillnz%2Fdocker-tailscale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hillnz%2Fdocker-tailscale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hillnz","download_url":"https://codeload.github.com/hillnz/docker-tailscale/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hillnz%2Fdocker-tailscale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29168637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","tailscale"],"created_at":"2026-02-06T16:35:35.622Z","updated_at":"2026-02-06T16:35:36.457Z","avatar_url":"https://github.com/hillnz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-tailscale\n\nAn unofficial [Tailscale](https://tailscale.com) Docker image.\n\nIt's based on the official image, but it also includes an entrypoint script with configuration options.\n\n## Usage\n\nThe container needs privileged permissions to manage the network. When you run the container, you'll need to mount the `tun` device and use the host network.\n\nIf you wish to save Tailscale's state, mount `/var/lib/tailscale` so you can save its data.\n\n### Configuration\n\nSet the `AUTH_KEY` environment variable to supply the [auth key](https://tailscale.com/kb/1085/auth-keys) for `tailscale up`. Optionally, you can provide a [command](https://docs.docker.com/engine/reference/run/#cmd-default-command-or-options) which will be passed on to [`tailscale up` as arguments](https://tailscale.com/kb/1080/cli/#up).\n\nIf you also want to provide [arguments to `tailscaled`](https://github.com/tailscale/tailscale/blob/effee49e45f2eab681626d2c7ffefbd80f028471/cmd/tailscaled/tailscaled.go#L102) then append these to the command separated with `--`.\n\nFor example, using this command would pass the `--advertise-exit-node` argument to `tailscale up` and the `--verbose 1` arguments to `tailscaled`:\n```\n--advertise-exit-node -- --verbose 1\n```\n\nIf no `AUTH_KEY` nor command is supplied then `tailscale up` will not be run (but `tailscaled` will still run).\n\n## Example\n\nThis would run the container in the background, storing data at `/host/path/data`, supplying an auth key for `up`, and advertising an exit node.\n```\ndocker run -d \\\n    --name=tailscale \\\n    -v /host/path/data:/var/lib/tailscale \\\n    -v /dev/net/tun:/dev/net/tun \\\n    --network=host \\\n    --privileged \\\n    -e AUTH_KEY=ts123123 \\\n    jonoh/tailscale \\\n    --advertise-exit-node\n```\n\nSee docker-compose.yml file for a Docker Compose example.\n\n## Tags\n\nTags are based on the Tailscale release version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhillnz%2Fdocker-tailscale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhillnz%2Fdocker-tailscale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhillnz%2Fdocker-tailscale/lists"}