vagrant/plugins/providers/docker/action
Seth Vargo 38f23fe001
providers/docker: Allow TCP and UDP ports on same number
This commit changes the way ports are aggregated in the Docker provider.
Previously ports were aggregated by their "number", but that is not a
truly unique representation. Instead, the protocol is now taken into
account when generating the port map.

Fixes GH-5527
2016-05-30 17:23:44 -04:00
..
build.rb providers/docker: style on custom Dockerfile 2015-07-08 16:07:57 -06:00
compare_synced_folders.rb providers/docker: warning if synced folders change 2014-04-21 13:55:48 -07:00
create.rb providers/docker: Allow TCP and UDP ports on same number 2016-05-30 17:23:44 -04: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 core: don't prepare folders in disable ode 2015-07-08 15:43:42 -06: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 providers/docker: forgot a file 2014-04-21 13:56:05 -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