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
When the minikube is start with driver type none, then when eval $(minikube docker-env) is issued , its throwing exception "'none' driver does not support 'minikube docker-env' command".
So, how to use local images when using no driver.
minikube version: v0.24.1
The text was updated successfully, but these errors were encountered:
This is intended behavior. While using the none driver, the host docker daemon will be used, so you can access it without any special environment variables.
When the minikube is start with driver type none, then when eval $(minikube docker-env) is issued , its throwing exception
"'none' driver does not support 'minikube docker-env' command"
.So, how to use local images when using no driver.
minikube version: v0.24.1
The text was updated successfully, but these errors were encountered: