Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 390 Bytes

SetupVM.md

File metadata and controls

16 lines (12 loc) · 390 Bytes

Setup XUbuntu VM to work with minikube

Add CPU on your VM

Go to your machine settings in VirtualBox, then System > Processor and put at least 2 cores.

Add your user to the Docker group

sudo usermod -aG docker $(whoami);

Then log out and log in again or restart the VM.

Download Minikube VM before correction to gain time

minikube start --vm-driver=docker