vagrant/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 test for requesting public ip range for docker network provider 2019-03-22 09:02:40 -07:00
cap commands/rsync: handle proxy machines [GH-4066] 2014-10-22 16:17:39 -07:00
command (#9622) Use SafeExec for docker-exec 2018-05-02 14:23:50 -07:00
driver Fixes #10798: Enhance how docker compose driver path expands 2019-04-29 16:14:37 -07:00
executor fix for issue 8608 2017-08-27 23:56:47 -04:00
hostmachine providers/docker: use new b2d box 2015-07-07 16:06:04 -06:00
action.rb Docker provider networking support updates 2019-03-19 11:44:33 -07:00
communicator.rb Implement download method 2015-04-28 15:35:39 -05:00
config.rb Fixup docker config update 2018-09-19 10:52:59 -07:00
driver.rb Update docker driver and docker driver unit tests 2019-03-20 14:50:28 -07:00
errors.rb Add public network tests for docker provider 2019-03-21 16:06:11 -07:00
plugin.rb provider/docker: Add docker-exec command 2016-05-31 20:05:26 -04:00
provider.rb Fixing vagrant ssh issue 8705 2017-06-21 10:23:34 -04:00
synced_folder.rb Support Docker volume consistency for synced folders 2018-07-27 15:16:39 -07:00