vagrant/test
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
..
acceptance Add box from local path and use generic name 2017-03-09 12:44:10 -08:00
config Add `rake acceptance:boxes` to download required boxes for tests 2011-11-13 13:37:30 -08:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
unit Inspect networks before creating new ones 2019-03-12 10:36:57 -07:00
vagrant-spec Extend assert retries to allow for slow setup 2018-10-11 13:00:44 -07:00