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

Commit 7a726c7

Browse files
authored
Update README.md
1 parent dfc2194 commit 7a726c7

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
@@ -50,7 +50,7 @@ You can adapt your own existing development container Dockerfile to support this
5050
"-v", "$HOME/.kube:/root/.kube-localhost"]
5151
```
5252

53-
If you also want to sync reuse the contents of your `.minikube` folder, just add a mount for this directory as well:
53+
If you also want to reuse your Minikube certificates, just add a mount for your local `.minikube` folder as well:
5454

5555
```json
5656
"runArgs": ["-e", "SYNC_LOCALHOST_KUBECONFIG=true",
@@ -59,7 +59,7 @@ You can adapt your own existing development container Dockerfile to support this
5959
"-v", "$HOME/.minikube:/root/.minikube-localhost"]
6060
```
6161

62-
3. Update `.bashrc` to automatically swap out localhost for host.docker.internal in a container copy of the Kubernetes config and optionally Minikube certificates if the volume is enabled. From `.devcontainer/Dockerfile`:
62+
3. Update `.bashrc` to automatically swap out `localhost` for `host.docker.internal` in the container's copy of the Kubernetes config and (optionally) Minikube certificates. From `.devcontainer/Dockerfile`:
6363
6464
```Dockerfile
6565
RUN echo '\n\

0 commit comments

Comments
 (0)