vagrant/test/unit
Brian Cain 5ed5868067
Inspect networks before creating new ones
This commit updates the behavior of how the docker provider creates new
docker networks. It looks at each existing network to see if the
requested subnet has already been configured in the docker engine. If
so, Vagrant will use that network rather than creating a new one. This
includes networks not created by Vagrant. Vagrant will not clean up
these networks if created outside of Vagrant.
2019-03-12 10:36:57 -07:00
..
bin Add coverage on vagrantfile_name stubbing behavior 2018-07-18 10:50:41 -07:00
plugins Inspect networks before creating new ones 2019-03-12 10:36:57 -07:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
templates FreeBSD: Fix rcvar in network_static templates 2018-12-01 10:07:40 -02:00
vagrant Fixes #10663: Ignore boxes in collection with malformed version numbers 2019-02-14 15:30:11 -08:00
base.rb Enable documentation formatter on rspec 2017-10-05 10:17:30 -07:00
vagrant_test.rb add `Vagrant.version?` helper method 2018-09-07 11:37:30 +02:00