Skip to content

Commit 1b3281e

Browse files
chore: Update readme
- prepare for 3.11.0 release - add flag documentation for wait-on-error
1 parent 89504ed commit 1b3281e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ You can find sources and pre-compiled binaries [here](https://github.com/JonasPr
1515

1616
```bash
1717
# 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
2020

2121
# Make it executable and copy the binary in a directory accessible with your $PATH
2222
$ chmod +x docker-machine-driver-hetzner
@@ -112,6 +112,7 @@ $ docker-machine create \
112112
- `--hetzner-ssh-user`: Change the default SSH-User
113113
- `--hetzner-ssh-port`: Change the default SSH-Port
114114
- `--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)
115116

116117
#### Existing SSH keys
117118

@@ -156,6 +157,7 @@ was used during creation.
156157
| `--hetzner-ssh-port` | `HETZNER_SSH_PORT` | 22 |
157158
| `--hetzner-primary-ipv4` | `HETZNER_PRIMARY_IPV4` | |
158159
| `--hetzner-primary-ipv6` | `HETZNER_PRIMARY_IPV6` | |
160+
| `--wait-on-error` | `WAIT_ON_ERROR` | 0 |
159161

160162
#### Networking
161163

0 commit comments

Comments
 (0)