vagrant/plugins/providers/docker/action
Brian Cain 4c61eaa933
Fixes #10643: Ensure paths are properly expanded when comparing synced folders
Prior to this commit, the docker action would attempt to compare and
validate synced folders based on their string value, rather than their
actual path value. This commit updates that by path expanding the mounts
when comparing a containers synced folders.
2019-02-04 11:15:40 -08:00
..
build.rb More explicit logging and 'dockerfile' option support 2018-09-19 10:25:37 -07:00
compare_synced_folders.rb Fixes #10643: Ensure paths are properly expanded when comparing synced folders 2019-02-04 11:15:40 -08:00
create.rb Skip forwarded port if disabled in docker provider 2017-03-09 10:28:41 -08:00
destroy.rb providers/docker: less hack way to clear ID if not created 2014-05-05 21:37:02 -07:00
destroy_build_image.rb providers/docker: be more lenient about deleting built image 2014-04-28 09:36:55 -07:00
forwarded_ports.rb providers/docker: host IP and protocol is respected [GH-4505] 2014-10-21 17:17:34 -07:00
has_ssh.rb Squash the f-docker-hostmachine branch. 2014-04-21 13:54:33 -07:00
host_machine.rb providers/docker: support auth [GH-4042] 2014-10-22 13:12:31 -07:00
host_machine_build_dir.rb Update host_machine_build_dir.rb 2015-02-07 20:33:55 -03:00
host_machine_port_checker.rb providers/docker: implement port checker for remote machine 2014-04-21 13:55:39 -07:00
host_machine_port_warning.rb providers/docker: warning with host VM about forwarded ports 2014-04-21 13:55:41 -07:00
host_machine_required.rb providers/docker: only correct port collisions if not host VM 2014-04-21 13:55:36 -07:00
host_machine_sync_folders.rb Add test for syncing folders with docker provider 2018-10-17 14:14:27 -07:00
host_machine_sync_folders_disable.rb providers/docker: fix exception typo 2014-04-21 13:56:29 -07:00
init_state.rb providers/docker: set preparing set to avoid data dir clear [GH-3873] 2014-10-22 20:52:08 -07:00
is_build.rb Build from git operation for docker 2018-09-19 10:24:09 -07:00
is_host_machine_created.rb providers/docker: smarter destroy, does not require host machine 2014-05-05 22:02:13 -07:00
login.rb providers/docker: support auth [GH-4042] 2014-10-22 13:12:31 -07:00
prepare_nfs_settings.rb providers/docker: Get rid of some explicit requires in favor of autoloading 2014-04-21 13:51:35 -07:00
prepare_nfs_valid_ids.rb providers/docker: Move code out of lib dir so that Vagrant can pick it up 2014-04-21 13:51:32 -07:00
prepare_ssh.rb providers/docker: fix support of agent forwarding 2014-12-07 11:02:50 +01:00
pull.rb providers/docker: pull setting, default false [GH-5932] 2015-07-15 11:08:01 -07:00
start.rb providers/docker: optimizing the action stacks... 2014-04-21 13:55:44 -07:00
stop.rb providers/docker: stop_timeout [GH-4504] 2014-10-21 17:50:45 -07:00
wait_for_running.rb providers/docker: wait for running state, error if not 2014-04-21 13:55:42 -07:00