From 9d8f6d82b67ce211455f9b276d6e54b748d8adc5 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Fri, 3 Mar 2023 14:09:11 -0500 Subject: [PATCH] Fix feature path The `/tailscale` path suffix is required as it is mapped to the `./src` directory in this repo. Added `:1` to pin the major version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ad0de..80461ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ to your `devcontainer.json`: "runArgs": ["--device=/dev/net/tun"], "features": { // ... - "ghcr.io/tailscale/codespace": {} + "ghcr.io/tailscale/codespace/tailscale:1": {} // ... } ```