Skip to content

Commit 48dd26c

Browse files
committed
added k3d to dev container
1 parent bc8786f commit 48dd26c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,18 @@
1919
"installDockerBuildx": true,
2020
"version": "latest",
2121
"dockerDashComposeVersion": "v2"
22-
}
22+
},
23+
// Add Kubernetes support with k3d and the kubectl, and helm CLI tools.
24+
"ghcr.io/rio/features/k3d:1": {},
25+
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
26+
// Add Python support.
27+
"ghcr.io/devcontainers/features/python:1": {
28+
"version": "3.11"
29+
},
30+
// Add common utilities and name non-root user.
31+
"ghcr.io/devcontainers/features/common-utils:2": {
32+
"configureZshAsDefaultShell": true
33+
}
2334
},
2435

2536
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)