File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments