-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Tailscale SSH #58
Comments
It is probably possible but I don't think it would do what one would want. Docker Desktop Extension, even on macOS and Windows, runs a small Linux system in a VM behind the scenes. There isn't a way for Tailscale SSH to let you get a shell inside the containers you are running. Even though you can use Tailscale to connect to ports on those containers, it is doing so by bouncing through localhost. Tailscale SSH doesn't have a way to spawn a shell in the containers you are running, it only has a way to spawn a shell in the little Linux VM running behind the scenes. |
This is the HyperVM in Windows' case, correct? I've got Tailscale SSH working on Ubuntu and NixOS on WSL2, if that's a similar situation? |
Ah; now I get what you're saying. Could you show me a way to install and attach Tailscale in a situation such as docker compose, like what the service settings would be? |
Hello!
As in the title; would it be possible to enable Tailscale SSH when logging in, or modify the
tailscale up
options?Thank you kindly for the help!
The text was updated successfully, but these errors were encountered: