taiscale 客户端 容器 docker 安装
https://github.com/tailscale/tailscale/issues/504 容器安装讨论
https://github.com/tailscale/tailscale/blob/main/Dockerfile 镜像构建文件
https://hub.docker.com/r/tailscale/tailscale 镜像直接下载
# This Dockerfile includes all the tailscale binaries.
#
# To build the Dockerfile:
#
# $ docker build -t tailscale/tailscale .
#
# To run the tailscaled agent:
#
# $ docker run -d --name=tailscaled -v /var/lib:/var/lib -v /dev/net/tun:/dev/net/tun --network=host --privileged tailscale/tailscale tailscaled
#
# To then log in:
#
# $ docker exec tailscaled tailscale up
#
# To see status:
#
# $ docker exec tailscaled tailscale status