An open API service indexing awesome lists of open source software.

https://github.com/thasmo/vagrant.docker-host

A custom Vagrantfile to be used for the Vagrant Docker-Host.
https://github.com/thasmo/vagrant.docker-host

Last synced: 2 months ago
JSON representation

A custom Vagrantfile to be used for the Vagrant Docker-Host.

Awesome Lists containing this project

README

        

# Custom Vagrant Docker-Host

Vagrant uses a dedicated VM running Docker on operating systems like Windows and OSX because they're unable to run
Docker natively. The Docker host VM runs `boot2docker` by default but Vagrant provides a configuration option called
`vagrant_vagrantfile` which allows for setting a Vagrantfile defining custom VM configurations.

This project defines a custom Vagrantfile which can be used as a replacement for the default Docker host configuration.