You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machine/drivers/exoscale.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,31 @@ title: exoscale
10
10
11
11
# Exoscale
12
12
13
-
Create machines on [exoscale](https://www.exoscale.ch/).
13
+
Create machines on [Exoscale](https://www.exoscale.ch/).
14
14
15
15
Get your API key and API secret key from [API details](https://portal.exoscale.ch/account/api) and pass them to `machine create` with the `--exoscale-api-key` and `--exoscale-api-secret-key` options.
16
16
17
-
## Usage
18
-
19
17
$ docker-machine create --driver exoscale --exoscale-api-key=API --exoscale-api-secret-key=SECRET vm
20
18
21
-
## Options
19
+
Options:
22
20
23
21
-`--exoscale-url`: Your API endpoint.
24
22
-`--exoscale-api-key`: **required** Your API key.
25
23
-`--exoscale-api-secret-key`: **required** Your API secret key.
26
24
-`--exoscale-instance-profile`: Instance profile.
27
25
-`--exoscale-disk-size`: Disk size for the host in GB (10, 50, 100, 200, 400).
-`--exoscale-ssh-user`: SSH username, which must match the default SSH user for the used image.
32
30
-`--exoscale-userdata`: Path to file containing user data for cloud-init.
31
+
-`--exoscale-affinity-group`: Affinity group the machine will be started in.
33
32
34
33
If a custom security group is provided, you need to ensure that you allow TCP ports 22 and 2376 in an ingress rule. Moreover, if you want to use Swarm, also add TCP port 3376.
35
34
36
35
There is a limit to the number of docker machines that an anti-affinity group can have. This can be worked around by specifying an additional anti-affinity group using `--exoscale-affinity-group=docker-machineX`
0 commit comments