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
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.
Most helpful comment
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.