Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eval $(minikube docker-env) for driver type none #2443

Closed
pemmasanikrishna opened this issue Jan 21, 2018 · 1 comment
Closed

eval $(minikube docker-env) for driver type none #2443

pemmasanikrishna opened this issue Jan 21, 2018 · 1 comment

Comments

@pemmasanikrishna
Copy link

pemmasanikrishna commented Jan 21, 2018

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

@r2d4
Copy link
Contributor

r2d4 commented Jan 23, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants