We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inside Start, we already set IPAddress
Start
IPAddress
machine/drivers/hyperv/hyperv.go
Lines 362 to 372 in 4f91040
But inside GetIP, we retrieve IP instead of use cached value.
GetIP
Lines 433 to 453 in 4f91040
The text was updated successfully, but these errors were encountered:
By this simple patch, we could reduce a huge latency (each cmdOut takes about 1s).
cmdOut
Sorry, something went wrong.
I think it got changed along the way: fa8fa69
Before, it would allow running with DHCP (just like in the VirtualBox driver)
Can you open a PR in docker/machine as well, just for showing good will ?
Given implementation, your optimization sounds doable.
Opened docker#4870
Successfully merging a pull request may close this issue.
Inside
Start
, we already setIPAddress
machine/drivers/hyperv/hyperv.go
Lines 362 to 372 in 4f91040
But inside
GetIP
, we retrieve IP instead of use cached value.machine/drivers/hyperv/hyperv.go
Lines 433 to 453 in 4f91040
The text was updated successfully, but these errors were encountered: