File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 " --security-opt" ,
1616 " seccomp=unconfined"
1717 ],
18+ // Features to add to the dev container. More info: https://containers.dev/features.
19+ "features" : {
20+ "ghcr.io/devcontainers/features/powershell:1" : {},
21+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {}
22+ },
1823 // Configure tool-specific properties.
1924 "customizations" : {
2025 // Configure properties specific to VS Code.
4853 "postCreateCommand" : " sh . ./.devcontainer/postCreateCommand.sh" ,
4954 "postStartCommand" : " sh . ./.devcontainer/postStartCommand.sh" ,
5055 // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
51- "remoteUser" : " vscode" ,
52- "features" : {
53- "docker-in-docker" : " latest" ,
54- "kubectl-helm-minikube" : {
55- "version" : " latest" ,
56- "helm" : " 3.9.2" ,
57- "minikube" : " none"
58- },
59- "powershell" : " latest"
60- }
56+ "remoteUser" : " vscode"
6157}
You can’t perform that action at this time.
0 commit comments