You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
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`:
54
63
55
64
```Dockerfile
@@ -155,7 +164,11 @@ Follow the steps below for your operating system to use the definition.
155
164
156
165
6. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
157
166
158
-
7. Open `.devcontainer/devcontainer.json` and uncomment the minikube volume binding.
167
+
7. Open `.devcontainer/devcontainer.json` and uncomment/add this line to `runArgs` array:
0 commit comments