Minikube Linux Mint 18 - Installing
-
3. Installing Minikube
Then to Set up Minikube on Linux Mint
First, Access the Target, usually in the Downloads folder:
(But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)cd && cd Downloads
Then to Setup Minikube:
sudo install ./minikube-linux-amd64 /usr/local/bin/minikube
Finally, to Test Installation:
minikube version
Contents