providers/docker: Remove retryable around `docker run` as it seems that it is no longer needed
This commit is contained in:
parent
d705c48ef3
commit
e51c5530d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue