Skip to content

Instantly share code, notes, and snippets.

@rdpanek
Created March 8, 2020 11:26
Show Gist options
  • Save rdpanek/19f8409d6a912406c5b8dd386753e69c to your computer and use it in GitHub Desktop.
Save rdpanek/19f8409d6a912406c5b8dd386753e69c to your computer and use it in GitHub Desktop.
tab-minikube
// 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