Javi

.devcontainer

Jan 25th, 2026 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {
  2. "name": "quizzquizz",
  3. "image": "mcr.microsoft.com/devcontainers/base:trixie",
  4. "mounts": [
  5. "source=/dev/net/tun,target=/dev/net/tun,type=bind",
  6. "source=tailscale-${devcontainerId},target=/var/lib/tailscale,type=volume"
  7. ],
  8. "runArgs": [
  9. "--cap-add=NET_ADMIN",
  10. "--cap-add=NET_RAW",
  11. "--device=/dev/net/tun"
  12. ],
  13. "features": {
  14. "ghcr.io/devcontainers/features/docker-in-docker:2": {
  15. "moby": false,
  16. "dockerDashComposeVersion": "v2"
  17. },
  18. "ghcr.io/devcontainers/features/github-cli:1": {},
  19. "ghcr.io/devcontainers-extra/features/tailscale:1": {},
  20. "ghcr.io/devcontainers-extra/features/tmux-apt-get:1": {},
  21. "ghcr.io/devcontainers-extra/features/typescript:2": {}
  22. },
  23. "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"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment