We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8786f commit 48dd26cCopy full SHA for 48dd26c
.devcontainer/devcontainer.json
@@ -19,7 +19,18 @@
19
"installDockerBuildx": true,
20
"version": "latest",
21
"dockerDashComposeVersion": "v2"
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
+ }
34
},
35
36
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments