get a local minikube cluster to use image from registry code example
Example: how-to-use-own-local-doker-images-with-minikube
kubectl port-forward --namespace kube-system \
$(kubectl get po -n kube-system | grep kube-registry-v0 | \awk '{print $1;}') 5000:5000