machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
889 stars 73 forks source link

Can't use volumes from docker-compose #90

Open noose opened 8 years ago

noose commented 8 years ago

Hi! What should I do if I want to use volumes from docker-compose? It'll be possible or I should use unison / rsync? My /Users/ folder is mounted in docker machine, but I don't see files inside containers.

zchee commented 8 years ago

@noose Thanks issue :)

I have received reports.

Could you post this command result? If there is sensitive data, please delete.

In host(Mac OS X)

$ cat /etc/exports
$ cat /etc/hosts
$ ifconfig

In guest (boot2docker)

$ ls -la /Users/
$ ifconfig
mathop commented 8 years ago

I had the same issue: /Users was mounted but empty.

It worked after restarting the machine.

lcmen commented 8 years ago

I had the same problem - it didn't work for me (shared directory was empty) but enabling experimental share fix the problem.

boboldehampsink commented 8 years ago

I had the same problem, @lowski's suggestion worked for me