diff --git a/README.md b/README.md index d351a2a..d0f4c31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Tailscale in Docker +# Tailscale in Docker without eleveted privileges -Tailscale in Docker without elevated privileges. See associated blog post: https://asselin.engineer/tailscale-docker +See associated blog post: https://asselin.engineer/tailscale-docker **Replace TAILSCALE_AUTH_KEY in `*/tailscale/start.sh` with your own**: https://login.tailscale.com/admin/settings/keys @@ -15,4 +15,4 @@ A nginx layer is added. It manages two services in independent containers at loc ## TODO -- force reuse hostname in tailscale instead of adding suffix. Example: first container is assigned `hostname`. Then, if container is recreated, Tailscale assigns `hostname-1`. Possibly helpful [info](https://tailscale.com/kb/1111/ephemeral-nodes/#can-i-create-an-ephemeral-node-without-an-auth-key). \ No newline at end of file +- force reuse hostname in tailscale instead of adding suffix. Example: first container is assigned `hostname`. Then, if container is recreated, Tailscale assigns `hostname-1`. Possibly helpful [info](https://tailscale.com/kb/1111/ephemeral-nodes/#can-i-create-an-ephemeral-node-without-an-auth-key).