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

Commit 71e2bb1

Browse files
authored
Update Readme (#1133)
There is a small modification to work well.
1 parent 8f6c8aa commit 71e2bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/kubernetes-helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ However, this section will outline the how you can selectively add this function
3636

3737
```json
3838
"mounts": [
39-
"source=/var/run/docker.sock,target=/var/run/docker-host.sock",
39+
"source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind",
4040
"source=${env:HOME}${env:USERPROFILE}/.kube,target=/usr/local/share/kube-localhost,type=bind"
4141
],
4242
"remoteEnv": {
@@ -48,7 +48,7 @@ However, this section will outline the how you can selectively add this function
4848

4949
```json
5050
"mounts": [
51-
"source=/var/run/docker.sock,target=/var/run/docker.sock",
51+
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
5252
"source=${env:HOME}${env:USERPROFILE}/.kube,target=/usr/local/share/kube-localhost,type=bind",
5353
"source=${env:HOME}${env:USERPROFILE}/.minikube,target=/usr/local/share/minikube-localhost,type=bind"
5454
],

0 commit comments

Comments
 (0)