Created
March 8, 2020 11:26
-
-
Save rdpanek/19f8409d6a912406c5b8dd386753e69c to your computer and use it in GitHub Desktop.
tab-minikube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Instalace minikube | |
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube | |
sudo mkdir -p /usr/local/bin/ | |
sudo install minikube /usr/local/bin/ | |
minikube status | |
minikube start --vm-driver=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment