You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,18 @@ Note that only OS images are supported for now, not customer images.
43
43
Additionally, the OS must be a Linux distribution supported by docker-machine (Ubuntu 12.04 and above are supported, but RedHat 6 and 7 are not supported due to iptables configuration issues).
44
44
*`ddcloud-ssh-user` - The SSH username to use.
45
45
Default: "root".
46
-
Environment: `MCP_SSH_USER`
46
+
Environment: `MCP_SSH_USER`.
47
47
*`ddcloud-ssh-key` - The SSH key file to use.
48
-
Environment: `MCP_SSH_KEY`
48
+
Environment: `MCP_SSH_KEY`.
49
49
*`ddcloud-ssh-port` - The SSH port to use.
50
50
Default: 22.
51
-
Environment: `MCP_SSH_PORT`
51
+
Environment: `MCP_SSH_PORT`.
52
52
*`ddcloud-ssh-bootstrap-password` - The initial SSH password used to bootstrap SSH key authentication.
53
53
This password is removed once the SSH key has been installed
54
54
Environment: `MCP_SSH_BOOTSTRAP_PASSWORD`
55
55
*`ddcloud-create-ssh-firewall-rule` - Automatically create a firewall rule to enable inbound SSH to the target server?
56
+
*`ddcloud-client-public-ip` - Use the specified IPv4 address as the client's public IP address (don't auto-detect).
57
+
Environment: `MCP_CLIENT_PUBLIC_IP`.
56
58
*`ddcloud-use-private-ip` - Don't create NAT and firewall rules for target server (you will need to be connected to the VPN for your target data centre).
0 commit comments