There was an error while loading. Please reload this page.
1 parent 2f78841 commit 364d352Copy full SHA for 364d352
1 file changed
.devcontainer/datadog/default/features/datadog-agent/install.sh
@@ -2,8 +2,9 @@
2
set -euo pipefail
3
featureDir=$(cd "$(dirname "$0")"; pwd)
4
5
-# Get claude from the buildimages /root/.local/bin
6
-# cp /root/.local/bin/claude /home/bits/.local/bin/claude
+# Install tailscale so workspace devcontainers can connect to the Headscale
+# overlay network and reach agent-sandbox private VMs
7
+curl -fsSL https://tailscale.com/install.sh | sh
8
9
# Add bits user to the docker group. This should probably be handled by the base feature. But not working for now.
10
usermod -aG docker bits
0 commit comments