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
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: