tailscale / docker-extension

Docker Desktop extension adding Tailscale networking.
66 stars 13 forks source link

Tailscale Desktop not assigning unique static IPs per device #40

Closed jeffkni closed 1 year ago

jeffkni commented 2 years ago

Setup

Expected

Actual

DentonGentry commented 2 years ago

That is how the Docker Desktop extension works: there is one tailscaled, running in a Linux instance inside Docker Desktop. It forwards individual ports to each container.

It is not running a proxy tailscaled for each container. Even in the demo video linked to, all of the containers are on the same IP address with the same URL but different port numbers.

To have each container to have its own IP address and appear on the tailnet as an individual node, one could run tailscale inside each Docker container.

jeffkni commented 2 years ago

Thanks for the clarification @DentonGentry

DentonGentry commented 1 year ago

I think this is resolved.