@@ -14,7 +14,7 @@ Alternatively, you can use the `--ddcloud-create-ssh-firewall-rule` flag when cr
14
14
15
15
``` bash
16
16
docker-machine create --driver ddcloud \
17
- --ddcloud-region AU \
17
+ --ddcloud-mcp- region AU \
18
18
--ddcloud-datacenter AU9 \
19
19
--ddcloud-networkdomain ' my-docker-domain' \
20
20
--ddcloud-vlan ' my-docker-vlan' \
@@ -29,12 +29,16 @@ If you're running on Windows, just remove the backslashes so the whole command i
29
29
30
30
The driver supports all Docker Machine commands, and can be configured using the following command-line arguments (or environment variables):
31
31
32
- * ` ddcloud-user ` - The user name used to authenticate to the CloudControl API.
32
+ * ` ddcloud-mcp- user ` - The user name used to authenticate to the CloudControl API.
33
33
Environment: ` MCP_USER `
34
- * ` ddcloud-password ` - The password used to authenticate to the CloudControl API.
34
+ * ` ddcloud-mcp- password ` - The password used to authenticate to the CloudControl API.
35
35
Environment: ` MCP_PASSWORD ` .
36
- * ` ddcloud-region ` - The CloudControl region name (e.g. AU, NA, EU, etc).
36
+ * ` ddcloud-mcp-region ` - The CloudControl region name (e.g. AU, NA, EU, etc).
37
+ Either ` ddcloud-mcp-region ` or ` ddcloud-mcp-endpoint ` must be specified.
37
38
Environment: ` MCP_REGION ` .
39
+ * ` ddcloud-mcp-endpoint ` - A custom end-point URI for the CloudControl API.
40
+ Either ` ddcloud-mcp-endpoint ` or ` ddcloud-mcp-region ` must be specified.
41
+ Environment: ` MCP_ENDPOINT ` .
38
42
* ` ddcloud-networkdomain ` - The name of the target CloudControl network domain.
39
43
* ` ddcloud-datacenter ` - The name of the CloudControl datacenter (e.g. NA1, AU9) in which the network domain is located.
40
44
* ` ddcloud-vlan ` - The name of the target CloudControl VLAN.
0 commit comments