Minikube vm unable to pull image from insecure registry

SOLVED:
By using the flag “–insecure-registry=’:port’”, at minikube creation time solves the problem.

minikube start --insecure-registry=’:port’