Skip to content

Commit

Permalink
Venkatamutyala patch 1 (#31)
Browse files Browse the repository at this point in the history
* feat: updating mount command to include tailscale

* feat: adding tailscale install
  • Loading branch information
venkatamutyala authored May 24, 2024
1 parent 2f9da68 commit 9c42288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/developer-setup/.glueopsrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dev() {
fi
done

mkdir -p workspaces/glueops; sudo docker run -it --net=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --privileged --init --device=/dev/net/tun -v `pwd`/workspaces/glueops:/workspaces/glueops -v /var/run/docker.sock:/var/run/docker.sock -u vscode -w /workspaces/glueops ghcr.io/glueops/codespaces:${CONTAINER_TAG_TO_USE} bash -c "code tunnel --random-name --verbose --log trace"
mkdir -p workspaces/glueops; sudo docker run -it --net=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --privileged --init --device=/dev/net/tun -v `pwd`/workspaces/glueops:/workspaces/glueops -v /var/run/docker.sock:/var/run/docker.sock -v /var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock -u vscode -w /workspaces/glueops ghcr.io/glueops/codespaces:${CONTAINER_TAG_TO_USE} bash -c "code tunnel --random-name --verbose --log trace"
}
3 changes: 3 additions & 0 deletions tools/developer-setup/linux-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@ echo -e "Please login with 'ssh glueops@$server_ip' using the SSH Key you select

# hack because vscode has permission issues when trying to use the docker cli
sudo chmod 666 /var/run/docker.sock

curl -fsSL https://tailscale.com/install.sh | sh

sudo reboot

0 comments on commit 9c42288

Please sign in to comment.