Skip to content

Instantly share code, notes, and snippets.

@rocjay1
rocjay1 / devcontainer.json
Last active January 2, 2026 22:55
Azure Terraform Dev Container
{
"name": "Azure Terraform",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/devcontainers/features/terraform:1": {
"version": "latest"
},
@rocjay1
rocjay1 / dev-container.json
Last active January 2, 2026 22:57
Python Dev Container
{
"name": "Python Dev",
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"features": {
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers-extra/features/uv:1": {},
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {}
},
"mounts": [