Having some trouble here again. seems adding this in minkube to the docker deamon helps:
Edit config:
minikube ssh
sudo vi /etc/systemd/system/docker.service.d/10-machine.conf
Add this to the calling script
dockerd --disable-legacy-registry #...leave current switches just add disable-legacy-registry
restart..