Releases: DimensionDataResearch/docker-machine-driver-ddcloud
Releases · DimensionDataResearch/docker-machine-driver-ddcloud
docker-machine-driver-ddcloud v0.9.6
Enhancements
- Restore ability to use image defaults for CPU / RAM configuration (#14).
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.
docker-machine-driver-ddcloud v0.9.5
Enhancements
- Ability to customise target machine's CPU / RAM configuration (#13).
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.
docker-machine-driver-ddcloud v0.9.4
Enhancements
- Custom images are now supported.
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.
docker-machine-driver-ddcloud v0.9.3
Enhancements
-
- The driver now creates a firewall rule to permit Docker API access if
--ddcloud-create-docker-firewall-rule
is specified.
- The driver now creates a firewall rule to permit Docker API access if
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.
docker-machine-driver-ddcloud v0.9.2
Enhancements
- Can now deploy a server using a specific private IPv4 address using
--ddcloud-private-ipv4
.
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.
docker-machine-driver-ddcloud v0.9.1
Bug fixes
- Specify placement when creating SSH firewall rules.
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.
docker-machine-driver-ddcloud v0.9
New features
- More useful help / documentation for auto-generated SSH keys.
- 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.
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.
docker-machine-driver-ddcloud v0.7
New features
- Enable explicitly specifying the client's public IP address via
--ddcloud-client-public-ip
(#7).
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.
docker-machine-driver-ddcloud v0.6
New features
- Add support for using private IP addresses instead of public ones (#6)
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.