providers/docker: Remove retryable around `docker run` as it seems that it is no longer needed

This commit is contained in:
Fabio Rehm 2014-03-27 21:11:19 -03:00 committed by Mitchell Hashimoto
parent d705c48ef3
commit e51c5530d7
1 changed files with 1 additions and 3 deletions

View File

@ -28,10 +28,8 @@ module VagrantPlugins
run_cmd += %W(-h #{params[:hostname]}) if params[:hostname]
run_cmd += [image, cmd]
retryable(tries: 10, sleep: 1) do
execute(*run_cmd.flatten).chomp
end
end
def state(cid)
case