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

where could I find the .minikube dir? #18

Open
debuggy opened this issue Dec 16, 2018 · 2 comments
Open

where could I find the .minikube dir? #18

debuggy opened this issue Dec 16, 2018 · 2 comments
Labels

Comments

@debuggy
Copy link

debuggy commented Dec 16, 2018

hi,

I want to copy some files into minikube cluster with $HOME/.minikube/files/. However there is an error complaining about no such dir during travis build.

So where could I find this dir. Or alternatively in which way could I copy some files into minikube?

@lilic
Copy link
Owner

lilic commented Dec 17, 2018

Have you tried using the minikube mount command, https://github.com/kubernetes/minikube/blob/5d910e8937962f21785ce3acc0e6b9a2d5da9114/docs/host_folder_mount.md Haven't tested it myself with the --vm-driver=none, so I am interested to know if it works. :)

@lilic lilic added the question label Dec 17, 2018
@debuggy
Copy link
Author

debuggy commented Dec 17, 2018

Unfortunately there is a warning: "'none' driver does not support 'minikube mount' command"

In detail I tried to pass a dockerfile into a minikube container to build an image, and have tried several ways trying to mount or copy files into minikube vm. However none of them worked yet. Do you have any suggestions?

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

No branches or pull requests

2 participants