Skip to content

Commit f22dac6

Browse files
committed
Update README
1 parent 1a636f9 commit f22dac6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ Options:
4646

4747
```bash
4848
$ docker-machine create --driver upcloud
49+
```
4950

50-
...
51-
52-
--upcloud-user upcloud api access user [$UPCLOUD_USER]
53-
--upcloud-passwd upcloud api access user's password [$UPCLOUD_PASSWD]
54-
--upcloud-plan "1xCPU-1GB" upcloud plan [$UPCLOUD_PLAN]
55-
--upcloud-ssh-user "root" SSH username [$UPCLOUD_SSH_USER]
56-
--upcloud-storage 25 specify the storage available for the server [$UPCLOUD_STORAGE]
57-
--upcloud-template "01000000-0000-4000-8000-000030080200" upcloud template [$UPCLOUD_TEMPLATE]
58-
--upcloud-use-private-network set this flag to use private networking [$UPCLOUD_USE_PRIVATE_NETWORK]
59-
--upcloud-use-private-network-only set this flag to only use private networking [$UPCLOUD_USE_PRIVATE_NETWORK_ONLY]
60-
--upcloud-userdata path to file with cloud-init user-data [$UPCLOUD_USERDATA]
61-
--upcloud-zone "de-fra1" upcloud zone [$UPCLOUD_ZONE]
62-
63-
...
51+
| Flag | Parameters | Description |
52+
| ---- | ---------- | ----------- |
53+
| --upcloud-user | "username" | upcloud api access user [$UPCLOUD_USER] |
54+
| --upcloud-passwd | "password | upcloud api access password [$UPCLOUD_PASSWD] |
55+
| --upcloud-plan | "1xCPU-1GB" | upcloud plan [$UPCLOUD_PLAN] |
56+
| --upcloud-core-number | 1 | specify the number of cores [$UPCLOUD_CORE_NUMBER] |
57+
| --upcloud-memory-amount | 4 | specify the amount (GB) of RAM to be assigned [$UPCLOUD_MEMORY_AMOUNT] |
58+
| --upcloud-storage | 25 | the storage available for the server [$UPCLOUD_STORAGE] |
59+
| --upcloud-ssh-user | "root" | username [$UPCLOUD_SSH_USER] |
60+
| --upcloud-template | "01000000-0000-4000-8000-000030080200" | template [$UPCLOUD_TEMPLATE] |
61+
| --upcloud-use-private-network | | to use private networking [$UPCLOUD_USE_PRIVATE_NETWORK] |
62+
| --upcloud-use-private-network-only | | this flag to only use private networking [$UPCLOUD_USE_PRIVATE_NETWORK_ONLY] |
63+
| --upcloud-userdata | "~/meerkat/cloud-init.sh" | path to file with cloud-init user-data [$UPCLOUD_USERDATA] |
64+
| --upcloud-zone | "de-fra1" | zone [$UPCLOUD_ZONE] |
6465

65-
```
6666

6767
Example run:
6868

0 commit comments

Comments
 (0)