Skip to content

Commit

Permalink
linux steps are for without VM
Browse files Browse the repository at this point in the history
The steps indicate minikube is getting installed without VM
sudo -E ./minikube start --vm-driver=none
  • Loading branch information
kmova authored and dlorenc committed Feb 5, 2018
1 parent 14ef5f6 commit ff9671f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/miniku
### Windows
Download the [minikube-windows-amd64.exe](https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe) file, rename it to `minikube.exe` and add it to your path.

### Linux Continuous Integration with VM Support
### Linux Continuous Integration without VM Support
Example with kubectl installation:
```shell
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube
Expand Down

0 comments on commit ff9671f

Please sign in to comment.