W3cubDocs

/Docker 19

Rackspace

Create machines on Rackspace cloud

Usage

$ docker-machine create --driver rackspace --rackspace-username=user --rackspace-api-key=KEY --rackspace-region=region vm

Options

  • --rackspace-active-timeout: Rackspace active timeout
  • --rackspace-api-key: required Rackspace API key.
  • --rackspace-docker-install: Set if Docker needs to be installed on the machine.
  • --rackspace-endpoint-type: Rackspace endpoint type (adminURL, internalURL or the default publicURL).
  • --rackspace-flavor-id: Rackspace flavor ID. Default: General Purpose 1GB.
  • --rackspace-image-id: Rackspace image ID. Default: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM).
  • --rackspace-region: required Rackspace region name.
  • --rackspace-ssh-port: SSH port for the newly booted machine.
  • --rackspace-ssh-user: SSH user for the newly booted machine.
  • --rackspace-username: required Rackspace account username.

The Rackspace driver uses 821ba5f4-712d-4ec8-9c65-a3fa4bc500f9 (Ubuntu 16.04 LTS) by default.

Environment variables and default values

CLI option Environment variable Default
--rackspace-active-timeout OS_ACTIVE_TIMEOUT 300
--rackspace-api-key OS_API_KEY -
--rackspace-docker-install - true
--rackspace-endpoint-type OS_ENDPOINT_TYPE publicURL
--rackspace-flavor-id OS_FLAVOR_ID general1-1
--rackspace-image-id OS_IMAGE_ID 821ba5f4-712d-4ec8-9c65-a3fa4bc500f9
--rackspace-region OS_REGION_NAME IAD (Northern Virginia)
--rackspace-ssh-port OS_SSH_PORT 22
--rackspace-ssh-user OS_SSH_USER root
--rackspace-username OS_USERNAME -

machine, Rackspace, driver

© 2019 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
https://docs.docker.com/machine/drivers/rackspace/