vagrant/test/unit/plugins/providers/docker
Brian Cain 09af983caa
Fixes #11051: Only use host vm if specified
Prior to this commit, the docker login action assumed that if there was
a password to authenticate with, Vagrant was using a host vm to run
docker. This is likely due to some legacy decisions with how Vagrant
used to manage running docker. This commit fixes that by only grabbing a
host_vm lock if the host_vm is actually in use, otherwise login
normally.
2019-09-05 14:54:40 -07:00
..
action Fixes #11051: Only use host vm if specified 2019-09-05 14:54:40 -07:00
command (#9622) Use SafeExec for docker-exec 2018-05-02 14:23:50 -07:00
config_test.rb Config, validation and test 2018-09-19 10:24:09 -07:00
driver_compose_test.rb Fixes #10798: Enhance how docker compose driver path expands 2019-04-29 16:14:37 -07:00
driver_test.rb Update docker driver and docker driver unit tests 2019-03-20 14:50:28 -07:00
provider_test.rb Fix docker test to not call docker executable 2019-06-19 11:59:09 -07:00
synced_folder_test.rb (#9811) Add test for volume consistency and improve documentation 2018-07-27 15:16:39 -07:00