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
Some implementations need to know the internal IP address of the VM. Please add a Driver property of PrivateIPAddress.
Driver
PrivateIPAddress
The text was updated successfully, but these errors were encountered:
will take a look at this.
feel free to commit a pr if you are willing to.
Sorry, something went wrong.
seems it won't work without modifying docker-machine.
private-address is allocated, and can not be fetched before instance created.
docker machine save driver struct to disk with its initial info, private ip address is not allocated yet.
Merge pull request #22 from hvpareja/hector/make-elastic-ip-optional
7cdb19a
Make ElasticIP optional and expose PrivateIP when not allocated (#12 and #13)
No branches or pull requests
Some implementations need to know the internal IP address of the VM. Please add a
Driver
property ofPrivateIPAddress
.The text was updated successfully, but these errors were encountered: