tailscale / docker-extension

Docker Desktop extension adding Tailscale networking.
61 stars 12 forks source link

Fix host Tailscale detection on case-sensitive filesystems #39

Closed rosszurowski closed 1 year ago

rosszurowski commented 1 year ago

This commit updates the path to the Tailscale binary on macOS. I erroneously had the binary name lowercased as tailscale, but it's actually Tailscale. On case-sensitive APFS filesystems, this caused the detection and subsequent host commands to fail.

Fixes #34