Skip to content

Commit a737e42

Browse files
Draft release 3.1.0
1 parent c794988 commit a737e42

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.0.0/docker-machine-driver-hetzner_3.0.0_linux_amd64.tar.gz
19-
$ tar -xvf docker-machine-driver-hetzner_3.0.0_linux_amd64.tar.gz
18+
$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.1.0/docker-machine-driver-hetzner_3.1.0_linux_amd64.tar.gz
19+
$ tar -xvf docker-machine-driver-hetzner_3.1.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
@@ -98,6 +98,7 @@ $ docker-machine create \
9898
- `--hetzner-existing-key-path`: Use an existing (local) SSH key instead of generating a new keypair. If a remote key with a matching fingerprint exists, it will be used as if specified using `--hetzner-existing-key-id`, rather than uploading a new key.
9999
- `--hetzner-existing-key-id`: **requires `--hetzner-existing-key-path`**. Use an existing (remote) SSH key instead of uploading the imported key pair,
100100
see [SSH Keys API](https://docs.hetzner.cloud/#resources-ssh-keys-get) for how to get a list
101+
- `--hetzner-additional-key`: Upload an additional public key associated with the server, or associate an existing one with the same fingerprint. Can be specified multiple times.
101102
- `--hetzner-user-data`: Cloud-init based User data
102103
- `--hetzner-volumes`: Volume IDs or names which should be attached to the server
103104
- `--hetzner-networks`: Network IDs or names which should be attached to the server private network interface
@@ -129,6 +130,7 @@ was used during creation.
129130
| `--hetzner-server-location` | `HETZNER_LOCATION` | - *(let Hetzner choose)* |
130131
| `--hetzner-existing-key-path` | `HETZNER_EXISTING_KEY_PATH` | - *(generate new keypair)* |
131132
| `--hetzner-existing-key-id` | `HETZNER_EXISTING_KEY_ID` | 0 *(upload new key)* |
133+
| `--hetzner-additional-key` | `HETZNER_ADDITIONAL_KEYS` | - |
132134
| `--hetzner-user-data` | `HETZNER_USER_DATA` | - |
133135
| `--hetzner-networks` | `HETZNER_NETWORKS` | - |
134136
| `--hetzner-volumes` | `HETZNER_VOLUMES` | - |

0 commit comments

Comments
 (0)