Skip to content

Commit 364d352

Browse files
committed
Add tailscale in devcontainer
1 parent 2f78841 commit 364d352

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • .devcontainer/datadog/default/features/datadog-agent

.devcontainer/datadog/default/features/datadog-agent/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
set -euo pipefail
33
featureDir=$(cd "$(dirname "$0")"; pwd)
44

5-
# Get claude from the buildimages /root/.local/bin
6-
# cp /root/.local/bin/claude /home/bits/.local/bin/claude
5+
# Install tailscale so workspace devcontainers can connect to the Headscale
6+
# overlay network and reach agent-sandbox private VMs
7+
curl -fsSL https://tailscale.com/install.sh | sh
78

89
# Add bits user to the docker group. This should probably be handled by the base feature. But not working for now.
910
usermod -aG docker bits

0 commit comments

Comments
 (0)