Skip to content

Commit ed663cb

Browse files
committed
remove comments from devcontainer.json - it was not valid json
1 parent a3fdb2f commit ed663cb

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/kubernetes-helm-minikube
3-
// Original file source at: https://github.com/devcontainers/templates/blob/main/src/kubernetes-helm-minikube/.devcontainer/devcontainer.json
41
{
52
"name": "Kubernetes - Minikube-in-Docker",
6-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
73
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
8-
94
"features": {
105
"ghcr.io/devcontainers/features/docker-in-docker:2": {
116
"enableNonRootDocker": "true",
@@ -16,20 +11,5 @@
1611
"helm": "latest",
1712
"minikube": "latest"
1813
}
19-
},
20-
21-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
22-
// "forwardPorts": [],
23-
24-
// Use 'postCreateCommand' to run commands after the container is created.
25-
// "postCreateCommand": "kubectl version",
26-
27-
// Use 'postStartCommand' to run commands after the container is created like starting minikube.
28-
// "postStartCommand": "nohup bash -c 'minikube start && minikube dashboard --url &' > minikube.log && tail -f minikube.log"
29-
30-
// Configure tool-specific properties.
31-
// "customizations": {},
32-
33-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
34-
// "remoteUser": "root"
14+
}
3515
}

0 commit comments

Comments
 (0)