Earlier quoted context omitted.
Why would this be preferred over the Tailscale macOS app? What are the advantages of this method? Thanks.
The macOS app manages the host Tailscale service, while this example demonstrates how to connect with a *macOS container* using Tailscale SSH based on the Tailscale service under userspace networking mode. This gives the container its own dedicated Tailnet IP and identity without needing to port-forward through the host. edit: For example, I can create a container on my MacBook to run an application. A colleague *in…
Thanks for the answer. I understand now.