providers/docker: Handle forwarded port collisions

This commit is contained in:
Fabio Rehm 2014-03-27 20:59:07 -03:00 committed by Mitchell Hashimoto
parent e5375715ef
commit c0aa05c62a
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ module VagrantPlugins
# If the VM is NOT created yet, then do the setup steps # If the VM is NOT created yet, then do the setup steps
if env[:result] if env[:result]
b2.use HandleBox b2.use HandleBox
# TODO: Find out where this fits into the process b2.use EnvSet, :port_collision_repair => true
# b2.use EnvSet, :port_collision_repair => true b2.use HandleForwardedPortCollisions
# b2.use HandleForwardedPortCollisions
b2.use Provision b2.use Provision
b2.use PrepareNFSValidIds b2.use PrepareNFSValidIds
b2.use SyncedFolderCleanup b2.use SyncedFolderCleanup