vagrant/plugins
Mitchell Hashimoto 8c7ab333a0 Squash the f-docker-hostmachine branch.
Initial work

commands/up: make sure all names to with_target_vms are strings

providers/docker: create a docker host VM if needed

providers/docker: executor abstraction for driver to eventually support remote

providers/docker: vagrant executor

providers/docker: support creating the machine

providers/docker: status works if host VM is gone

providers/docker: use start fence to get real docker output

core: Call preserves stack ordering

core: support Message post option

providers/docker: Guard some features with HasSSH checks

providers/docker: much better messaging around create/destroy

providers/docker: output the container ID on create

providers/docker: copy the hostmachine Vagrantfile to the data dir

providers/docker: should make host machine before any up action

providers/docker: HandleBox before the host machine

providers/virtualbox: functional_vboxsf to disable vboxsf

providers/virtualbox: synced folder usable method should take 2 args

providers/docker: default machine name to :default
2014-04-21 13:54:33 -07:00
..
commands Squash the f-docker-hostmachine branch. 2014-04-21 13:54:33 -07:00
communicators provisioners/puppet: execute properly with WinRM 2014-04-21 13:54:00 -07:00
guests commands/rdp: no need fo rthe guest cap 2014-04-21 13:54:17 -07:00
hosts hosts/windows: don't remove the rdp file, race condition 2014-04-21 13:54:21 -07:00
kernel_v1 kernel/v1: provisioner upgrade works properly [GH-3092] 2014-03-10 13:44:24 -07:00
kernel_v2 kernel/v2: boxes can be optional if a provider says so 2014-04-21 13:53:03 -07:00
providers Squash the f-docker-hostmachine branch. 2014-04-21 13:54:33 -07:00
provisioners provisoiners/chef: windows command builder 2014-04-21 13:54:08 -07:00
synced_folders command/rsync-auto: proper require 2014-04-18 21:17:08 -07:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.