Used on Mac OS X Sierra 10.12.3
- Vagrant version 1.9.1
- Virtual Box version 5.1.12
The official Centos7 Vagrant Box does not come with virtualbox Guest Addtions installed.
There is a Vagrant Plugin however which will automatically do this for you. Run command:
vagrant plugin install vagrant-vbguest
vagrant up --no-provision
#If you want Docker 1.12
vagrant provision --provision-with docker1.12
#If you want Docker 1.13
vagrant provision --provision-with docker1.13
#Quick test to prove Docker works
vagrant ssh
docker run hello-world