Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "quizzquizz",
- "image": "mcr.microsoft.com/devcontainers/base:trixie",
- "mounts": [
- "source=/dev/net/tun,target=/dev/net/tun,type=bind",
- "source=tailscale-${devcontainerId},target=/var/lib/tailscale,type=volume"
- ],
- "runArgs": [
- "--cap-add=NET_ADMIN",
- "--cap-add=NET_RAW",
- "--device=/dev/net/tun"
- ],
- "features": {
- "ghcr.io/devcontainers/features/docker-in-docker:2": {
- "moby": false,
- "dockerDashComposeVersion": "v2"
- },
- "ghcr.io/devcontainers/features/github-cli:1": {},
- "ghcr.io/devcontainers-extra/features/tailscale:1": {},
- "ghcr.io/devcontainers-extra/features/tmux-apt-get:1": {},
- "ghcr.io/devcontainers-extra/features/typescript:2": {}
- },
- "postCreateCommand": "wget -O ~/.tmux.conf https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf && wget -O ~/.tmux.conf.local https://raw.githubusercontent.com/gpakosz/.tmux/master/.tmux.conf.local"
- }
Advertisement
Add Comment
Please, Sign In to add comment