Update README.md

This commit is contained in:
Louis-Philippe Asselin 2022-08-22 14:42:16 -04:00 committed by GitHub
parent beb2ad6bb6
commit a04c671990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).
- 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).