mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-22 01:52:18 +00:00
Update README.md
This commit is contained in:
parent
beb2ad6bb6
commit
a04c671990
1 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue