@@ -46,23 +46,23 @@ Options:
46
46
47
47
``` bash
48
48
$ docker-machine create --driver upcloud
49
+ ```
49
50
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 ] |
64
65
65
- ```
66
66
67
67
Example run:
68
68
0 commit comments