dotfiles/doc/minikube-win.md

12 lines
231 B
Markdown
Raw Permalink Normal View History

2023-05-05 13:18:10 +00:00
# podman will not work since cgroup2 is not working by WSL2
1. install virtualbox
2. download `minikube.exe` for windows and add it to the `PATH`
2. launch with proxy
```
$env:HTTPS_PROXY = 'http://host:port'
minikube start
```