Description
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
Minikube version : v0.11.0
Environment:
- OS : Ubuntu 14.04 LTS
- VM Driver : VirtualBox 5.1.6
- Docker version (e.g.
docker -v
): 1.12.2 build bb80604 - Install tools:
- Others:
What happened:
My home directory is not mounted on the minkube VM. I tried using 'minikube ssh' to directly find it inside the VM but I can't find it anywhere on the VM
What you expected to happen:
I should normally be able to access this directory through the VM. I need this to provide files to the containers controlled by Kubernetes.
How to reproduce it (as minimally and precisely as possible):
Run minikube start
then minikube ssh
. In the shell we are unable to find the mounted host directory under any names
Anything else do we need to know:
Running the virtualbox GUI, the minikube VM correctly shows the mounted directory.
While running minikube ssh
the docker version of the VM is shown: 1.11.1 build5604cbe