webdevops / vagrant-docker-vm

:computer: Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
https://webdevops.io/projects/vagrant-docker-vm/
MIT License
87 stars 28 forks source link

Windows 10 + VirtualBox, Workaround needed #28

Closed PanadeEdu closed 9 years ago

PanadeEdu commented 9 years ago

When provisioning this VM on Windows 10, the host_only network adapter cant be created, due to a bug of VirtualBox. (VirtualBox has a driver problem)

Workaround:

Drawback: Windows cant access the Samba because the ports are blocked

Due to the removed HostOnly Adapter there will be only the localhost Address available. Docker works with this setup, the other functions are not tested yet.

PanadeEdu commented 9 years ago

Update: Virtualbox 5.0.0 RC1 (bleeding edge) Vagrant 1.7.2 (hand patch according to https://github.com/mitchellh/vagrant/issues/5572)

Vagrant Configuration:

Drawback: The Network is Public, this has to be considered in terms of Security.