mitchellh / boot2docker-vagrant-box

Packer scripts to build a Vagrant-compatible boot2docker box.
425 stars 183 forks source link

networking broken? no '/vagrant folder? #2

Closed GeoffreyPlitt closed 10 years ago

GeoffreyPlitt commented 10 years ago

Hi,

I'm running Vagrant 1.4.1 and VirtualBox 4.3.6 on OS X 10.8.5. Mine boots fine but has no internet connection:

docker@boot2docker:~$ ping google.com (hangs)

This is running a busybox docker instance, is that right? Should it have a network connection?

Also, and this isn't a bug really, but there's no "/vagrant" folder, I'd love if the docker host in the vagrant would run with "-v" and hook up volumes to the outter folder where I'm booting this from, is that possible?

Thanks,

-G

mitchellh commented 10 years ago

Networking works fine for me, albeit slowly. I'm unsure why, but its also slow for me with plain b2d, so I'd say the issue is there somewhere.

With Vagrant 1.5 you can use rsync shared folders to get data into the VM.