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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed May 22, 2019
1 parent dfc2194 commit 7a726c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/kubernetes-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can adapt your own existing development container Dockerfile to support this
"-v", "$HOME/.kube:/root/.kube-localhost"]
```

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

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

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`:
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`:

```Dockerfile
RUN echo '\n\
Expand Down

0 comments on commit 7a726c7

Please sign in to comment.