providers/docker: Switch to new HandleBox middleware

This commit is contained in:
Fabio Rehm 2014-03-26 21:16:27 -03:00 committed by Mitchell Hashimoto
parent eaa4be8869
commit 15605b1a81
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module VagrantPlugins
b.use ConfigValidate
b.use Call, Created do |env, b2|
if !env[:result]
b2.use HandleBoxUrl
b2.use HandleBox
# TODO: Find out where this fits into the process
# b2.use EnvSet, :port_collision_repair => true
# b2.use HandleForwardedPortCollisions