Skip to content

farasatkhan/minikube-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniKube Installation Guide

After Running minikube-installation.sh Run the commands below without root privileges.

Note: Make sure you you start the minikube without root privileges.

Start Minikube

  1. To start Minikube with the Docker driver, follow the steps below:
minikube start --driver=docker
  1. Set minikube driver to Docker
minikube config set driver docker
  1. Check minikube version
minikube version
  1. Check minikube status
minikube status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages