You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
We copy images from the host into a minikube VM using a command like this: docker save ... | ($(minikube docker-env) && docker load) - it would be handy if freshpod spotted tag contents being updated via this route also.
The text was updated successfully, but these errors were encountered:
I'm trying to see if this is actually a common practice or not. I tend to assume most people don't do docker save+docker load multiple times to iterate on source code.
Is there a reason why you directly don't build it onto minikube's docker engine with docker build?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We copy images from the host into a minikube VM using a command like this:
docker save ... | ($(minikube docker-env) && docker load)
- it would be handy if freshpod spotted tag contents being updated via this route also.The text was updated successfully, but these errors were encountered: