Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6ee87dd

Browse files
committed
Bug fix
1 parent 483a8e2 commit 6ee87dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/kubernetes-helm/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88

99
"mounts": [
10-
"source=/var/run/docker.sock,target=/var/run/docker.sock",
10+
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
1111
"source=${env:HOME}${env:USERPROFILE}/.kube,target=/root/.kube-localhost,type=bind"
1212
// Uncomment the next line to also sync certs in your .minikube folder
1313
// "source=${env:HOME}${env:USERPROFILE}/.minikube,target=/root/.minikube-localhost,type=bind"

0 commit comments

Comments
 (0)