|
1 | 1 | {
|
2 |
| - "name": "Kubernetes & Helm", |
3 |
| - "dockerFile": "Dockerfile", |
4 |
| - "extensions": [ |
5 |
| - "peterjausovec.vscode-docker", |
6 |
| - "ms-kubernetes-tools.vscode-kubernetes-tools" |
7 |
| - ], |
8 |
| - "runArgs": [ |
9 |
| - "--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock", |
10 |
| - "--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost", |
11 |
| - "-v", "${env:HOME}${env:USERPROFILE}/.minikube:/root/.minikube-localhost" |
| 2 | + "name": "Kubernetes & Helm", |
| 3 | + "dockerFile": "Dockerfile", |
| 4 | + "extensions": [ |
| 5 | + "peterjausovec.vscode-docker", |
| 6 | + "ms-kubernetes-tools.vscode-kubernetes-tools" |
| 7 | + ], |
| 8 | + "runArgs": [ |
| 9 | + "--mount", "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock", |
| 10 | + "--mount", "type=bind,source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost", |
| 11 | + "-v", "${env:HOME}${env:USERPROFILE}/.minikube:/root/.minikube-localhost" |
| 12 | + |
| 13 | + // Uncomment the next line if you will use a ptrace-based debugger like C++, Go, and Rust. |
| 14 | + // "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" |
| 15 | + ], |
12 | 16 |
|
13 |
| - // Uncomment the next line if you will use a ptrace-based debugger like C++, Go, and Rust. |
14 |
| - // "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" |
15 |
| - ], |
16 |
| - |
17 | 17 | // Uncomment the next line if you want to publish any ports.
|
18 | 18 | // "appPort": [],
|
19 | 19 |
|
|
0 commit comments