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.
- Host: GitHub
- URL: https://github.com/thasmo/vagrant.docker-host
- Owner: thasmo
- Created: 2014-06-08T19:57:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T19:58:20.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T16:42:59.885Z (4 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.