File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
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.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
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
@@ -105,6 +105,7 @@ $ docker-machine create \
105
105
- ` --hetzner-use-private-network ` : Use private network
106
106
- ` --hetzner-firewalls ` : Firewall IDs or names which should be applied on the server
107
107
- ` --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).
108
109
109
110
#### Existing SSH keys
110
111
@@ -138,8 +139,8 @@ was used during creation.
138
139
| ` --hetzner-firewalls ` | ` HETZNER_FIREWALLS ` | - |
139
140
| ` --hetzner-volumes ` | ` HETZNER_VOLUMES ` | - |
140
141
| ` --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) | ` [] ` |
143
144
144
145
## Building from source
145
146
You can’t perform that action at this time.
0 commit comments