Skip to content

Commit 57a0e93

Browse files
Documentation 3.4.0
- download links - document #69
1 parent 5415602 commit 57a0e93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 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.3.0/docker-machine-driver-hetzner_3.3.0_linux_amd64.tar.gz
19-
$ tar -xvf docker-machine-driver-hetzner_3.3.0_linux_amd64.tar.gz
18+
$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.4.0/docker-machine-driver-hetzner_3.4.0_linux_amd64.tar.gz
19+
$ tar -xvf docker-machine-driver-hetzner_3.4.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
@@ -105,6 +105,7 @@ $ docker-machine create \
105105
- `--hetzner-use-private-network`: Use private network
106106
- `--hetzner-firewalls`: Firewall IDs or names which should be applied on the server
107107
- `--hetzner-server-label`: `key=value` pairs of additional metadata to assign to the server.
108+
- `--hetzner-key-label`: `key=value` pairs of additional metadata to assign to SSH key (only applies if newly creadted).
108109

109110
#### Existing SSH keys
110111

@@ -138,8 +139,8 @@ was used during creation.
138139
| `--hetzner-firewalls` | `HETZNER_FIREWALLS` | - |
139140
| `--hetzner-volumes` | `HETZNER_VOLUMES` | - |
140141
| `--hetzner-use-private-network` | `HETZNER_USE_PRIVATE_NETWORK` | false |
141-
| `--hetzner-server-label` | `HETZNER_SERVER_LABELS` | `[]` |
142-
142+
| `--hetzner-server-label` | (inoperative) | `[]` |
143+
| `--hetzner-key-label` | (inoperative) | `[]` |
143144

144145
## Building from source
145146

0 commit comments

Comments
 (0)