Minikube: eval $(minikube docker-env) for driver type none

Created on 21 Jan 2018  路  1Comment  路  Source: kubernetes/minikube

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

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings