This website requires JavaScript.
Explore
Help
Sign In
haskal
/
vagrant
Watch
1
Star
0
Fork
You've already forked vagrant
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
00fa50c296
vagrant
/
plugins
/
providers
/
docker
/
hostmachine
/
Vagrantfile
4 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
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-11 01:26:19 +00:00
Vagrant
.
configure
(
"
2
"
)
do
|
config
|
providers/docker: use new b2d box
2015-07-07 22:05:33 +00:00
config
.
vm
.
box
=
"
hashicorp/boot2docker
"
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-11 01:26:19 +00:00
end