Skip to content

docker-machine-driver-ddcloud v0.8

Compare
Choose a tag to compare
@tintoy tintoy released this 16 Nov 05:28
· 33 commits to development/v1.0 since this release

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 your PATH).

See the documentation and change log for more information.