Files
docker-machine/docs/drivers/exoscale.md
Mary Anthony 39806c02e0 First stage of splitting out
Splitting out docs
Fixing location of help
entering in changes from testing
Filling in some missing structure
Updating with the comments from Nathan
Updating with the comments from Nathan
Updating after talk with Evan/Nathan

Signed-off-by: Mary Anthony <mary@docker.com>
2015-07-14 12:44:56 -07:00

2.2 KiB

Exoscale

Create machines on exoscale.

Get your API key and API secret key from API details and pass them to machine create with the --exoscale-api-key and --exoscale-api-secret-key options.

Options:

  • --exoscale-url: Your API endpoint.
  • --exoscale-api-key: required Your API key.
  • --exoscale-api-secret-key: required Your API secret key.
  • --exoscale-instance-profile: Instance profile.
  • --exoscale-disk-size: Disk size for the host in GB.
  • --exoscale-image: exoscale disk size. (10, 50, 100, 200, 400)
  • --exoscale-security-group: Security group. It will be created if it doesn't exist.
  • --exoscale-availability-zone: exoscale availability zone.

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.

Environment variables and default values:

CLI option Environment variable Default
--exoscale-url EXOSCALE_ENDPOINT https://api.exoscale.ch/compute
--exoscale-api-key EXOSCALE_API_KEY -
--exoscale-api-secret-key EXOSCALE_API_SECRET -
--exoscale-instance-profile EXOSCALE_INSTANCE_PROFILE small
--exoscale-disk-size EXOSCALE_DISK_SIZE 50
--exoscale-image EXSOCALE_IMAGE ubuntu-14.04
--exoscale-security-group EXOSCALE_SECURITY_GROUP docker-machine
--exoscale-availability-zone EXOSCALE_AVAILABILITY_ZONE ch-gva-2