Skip to content

Instantly share code, notes, and snippets.

@w3cj
Created January 15, 2026 19:19
Show Gist options
  • Select an option

  • Save w3cj/0b6d2c619e59768f592e1c7e8ec4cb93 to your computer and use it in GitHub Desktop.

Select an option

Save w3cj/0b6d2c619e59768f592e1c7e8ec4cb93 to your computer and use it in GitHub Desktop.
{
"name": "base-setup",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installOhMyZsh": true,
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/sshd:1": {}
},
"workspaceMount": "source=/path/to/the/project/you/want/to/work/in/here,target=/workspace,type=bind",
"workspaceFolder": "/workspace",
"customizations": {
"vscode": {
"settings": {},
"extensions": []
}
},
"remoteUser": "node"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment