Error:-
Unable to start VM: create: precreate: exec: "docker": executable file not found in $PATH
Occurence:-
Occured during the minikube installation
Resolution:-
Docker was not installed on the vm so installed the docker using the get.docker.com script as
Unable to start VM: create: precreate: exec: "docker": executable file not found in $PATH
Occurence:-
Occured during the minikube installation
Resolution:-
Docker was not installed on the vm so installed the docker using the get.docker.com script as
curl -fsSL https://get.docker.com/ | sh
This should automatically detect the operating system and install the docker on your system.
0 comments:
Post a Comment