vagrant/test/unit/plugins/providers/docker
Brian Cain ca0fd64ded
Fixes #10798: Enhance how docker compose driver path expands
Prior to this commit, the docker compose driver would _always_ path
expand a host volume no matter what. This is not always the correct
option, for example if that host volume is actually a reference to a key
inside a `volumes` hash instead of a path on disk. This commit changes
that by looking to see if the requested host volume is actually a
defined key inside the compose config, and if not, it will path expand
it like before. Otherwise it will leave the key "as is".
2019-04-29 16:14:37 -07:00
..
action Add connect cli argument tests 2019-03-22 09:24:26 -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
synced_folder_test.rb (#9811) Add test for volume consistency and improve documentation 2018-07-27 15:16:39 -07:00