File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ You can find sources and pre-compiled binaries [here](https://github.com/JonasPr
15
15
16
16
``` bash
17
17
# Download the binary (this example downloads the binary for linux amd64)
18
- $ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.10 .0/docker-machine-driver-hetzner_3.10 .0_linux_amd64.tar.gz
19
- $ tar -xvf docker-machine-driver-hetzner_3.10 .0_linux_amd64.tar.gz
18
+ $ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.11 .0/docker-machine-driver-hetzner_3.11 .0_linux_amd64.tar.gz
19
+ $ tar -xvf docker-machine-driver-hetzner_3.11 .0_linux_amd64.tar.gz
20
20
21
21
# Make it executable and copy the binary in a directory accessible with your $PATH
22
22
$ chmod +x docker-machine-driver-hetzner
@@ -112,6 +112,7 @@ $ docker-machine create \
112
112
- ` --hetzner-ssh-user ` : Change the default SSH-User
113
113
- ` --hetzner-ssh-port ` : Change the default SSH-Port
114
114
- ` --hetzner-primary-ipv4/6 ` : Sets an existing primary IP (v4 or v6 respectively) for the server, as documented in [ Networking] ( #networking )
115
+ - ` --wait-on-error ` : Amount of seconds to wait on server creation failure (0/no wait by default)
115
116
116
117
#### Existing SSH keys
117
118
@@ -156,6 +157,7 @@ was used during creation.
156
157
| ` --hetzner-ssh-port ` | ` HETZNER_SSH_PORT ` | 22 |
157
158
| ` --hetzner-primary-ipv4 ` | ` HETZNER_PRIMARY_IPV4 ` | |
158
159
| ` --hetzner-primary-ipv6 ` | ` HETZNER_PRIMARY_IPV6 ` | |
160
+ | ` --wait-on-error ` | ` WAIT_ON_ERROR ` | 0 |
159
161
160
162
#### Networking
161
163
You can’t perform that action at this time.
0 commit comments