Correction in KVM2 installation instructions
The /usr/bin/ folder should not be cluttered with manually installed binaries. Those should be installed in /usr/local/bin/ instead, just as the kubectl and minikube binaries.pull/2714/head
parent
53bacff4b4
commit
1bfb9f334b
|
@ -45,7 +45,7 @@ $ newgrp libvirt
|
|||
Then install the driver itself:
|
||||
|
||||
```shell
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 && chmod +x docker-machine-driver-kvm2 && sudo mv docker-machine-driver-kvm2 /usr/bin/
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-kvm2 && chmod +x docker-machine-driver-kvm2 && sudo mv docker-machine-driver-kvm2 /usr/local/bin/
|
||||
```
|
||||
|
||||
To use the driver you would do:
|
||||
|
|
Loading…
Reference in New Issue