docker-machine-driver-ddcloud v0.8
New features
- The driver can now use the new
--ddcloud-mcp-endpoint
command-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-user
is now--ddcloud-mcp-user
--ddcloud-password
is now--ddcloud-mcp-password
--ddcloud-region
is 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.