File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ $ docker-machine create \
113
113
- ` --hetzner-ssh-user ` : Change the default SSH-User
114
114
- ` --hetzner-ssh-port ` : Change the default SSH-Port
115
115
- ` --hetzner-primary-ipv4/6 ` : Sets an existing primary IP (v4 or v6 respectively) for the server, as documented in [ Networking] ( #networking )
116
- - ` --wait-on-error ` : Amount of seconds to wait on server creation failure (0/no wait by default)
116
+ - ` --hetzner- wait-on-error ` : Amount of seconds to wait on server creation failure (0/no wait by default)
117
117
118
118
#### Existing SSH keys
119
119
@@ -159,7 +159,7 @@ was used during creation.
159
159
| ` --hetzner-ssh-port ` | ` HETZNER_SSH_PORT ` | 22 |
160
160
| ` --hetzner-primary-ipv4 ` | ` HETZNER_PRIMARY_IPV4 ` | |
161
161
| ` --hetzner-primary-ipv6 ` | ` HETZNER_PRIMARY_IPV6 ` | |
162
- | ` --wait-on-error ` | ` WAIT_ON_ERROR ` | 0 |
162
+ | ` --hetzner- wait-on-error ` | ` HETZNER_WAIT_ON_ERROR ` | 0 |
163
163
164
164
#### Networking
165
165
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const (
102
102
defaultSSHPort = 22
103
103
defaultSSHUser = "root"
104
104
105
- flagWaitOnError = "wait-on-error"
105
+ flagWaitOnError = "hetzner- wait-on-error"
106
106
defaultWaitOnError = 0
107
107
108
108
legacyFlagUserDataFromFile = "hetzner-user-data-from-file"
@@ -275,7 +275,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
275
275
Value : defaultSSHPort ,
276
276
},
277
277
mcnflag.IntFlag {
278
- EnvVar : "WAIT_ON_ERROR " ,
278
+ EnvVar : "HETZNER_WAIT_ON_ERROR " ,
279
279
Name : flagWaitOnError ,
280
280
Usage : "Wait if an error happens while creating the server" ,
281
281
Value : defaultWaitOnError ,
You can’t perform that action at this time.
0 commit comments