vagrant/test/unit/plugins/providers/docker
Brian Cain 4d70856b8a
Enhance docker build matching for determining built container ID
Prior to this commit, docker would look for a container ID based on
"Successfully built" string. This output does not exist if a user has
enabled the experimental feature buildkit. This commit updates the build
behavior to match against both kinds of outputs, and instead of using
`scan`, it uses MatchData and groups the container id with match group
name `:id` instead of making hard assumptions with the matches being
contained inside arrays from scan.
2019-11-19 10:59:28 -08:00
..
action Mock call to PrepareNetworks.list_interfaces in docker prepare_networks_test 2019-11-01 17:36:31 +01: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 Ensure build_args are passed into docker compose config file 2019-10-07 12:48:59 -07:00
driver_test.rb Enhance docker build matching for determining built container ID 2019-11-19 10:59:28 -08:00
provider_test.rb providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
synced_folder_test.rb (#9811) Add test for volume consistency and improve documentation 2018-07-27 15:16:39 -07:00