Skip to content

Commit 01e5dd4

Browse files
committed
Update README to reflect argument name changes.
1 parent 8b0b415 commit 01e5dd4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Alternatively, you can use the `--ddcloud-create-ssh-firewall-rule` flag when cr
1414

1515
```bash
1616
docker-machine create --driver ddcloud \
17-
--ddcloud-region AU \
17+
--ddcloud-mcp-region AU \
1818
--ddcloud-datacenter AU9 \
1919
--ddcloud-networkdomain 'my-docker-domain' \
2020
--ddcloud-vlan 'my-docker-vlan' \
@@ -29,12 +29,16 @@ If you're running on Windows, just remove the backslashes so the whole command i
2929

3030
The driver supports all Docker Machine commands, and can be configured using the following command-line arguments (or environment variables):
3131

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.
3333
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.
3535
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.
3738
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`.
3842
* `ddcloud-networkdomain` - The name of the target CloudControl network domain.
3943
* `ddcloud-datacenter` - The name of the CloudControl datacenter (e.g. NA1, AU9) in which the network domain is located.
4044
* `ddcloud-vlan` - The name of the target CloudControl VLAN.

0 commit comments

Comments
 (0)