Hey guys this is a quick question to see if it's possible to move the images stored on your local PC into minikube, without having to keep building them within minikube.
My Problem:
My problem is that everytime I restart my computer I would have to rebuild the images by using the eval $(minikube docker-env)
command to connect my shell session to the minikube docker daemon. However, the images that you build on using your local daemon are persistent upon restart or shutdown. Is there a way to move these images into minikube so that the minikube docker daemon can pick them up, or else a way to pull those images straight from my local PC?