docker-machine-driver-ddcloud v0.8
New features
- The driver can now use the new
--ddcloud-mcp-endpointcommand-line argument (environment:MCP_ENDPOINT) to designate a custom end-point URI for the CloudControl API. - The driver will now generate a new SSH keypair if one was not already configured via command-line arguments.
Breaking changes
- The following command-line arguments have changed to be consistent with their corresponding environment variables:
--ddcloud-useris now--ddcloud-mcp-user--ddcloud-passwordis now--ddcloud-mcp-password--ddcloud-regionis now--ddcloud-mcp-region
Getting started
- Choose the appropriate executable for your OS
- Copy it to the same directory as
docker-machine(or somewhere on yourPATH).
See the documentation and change log for more information.