From df8f3ab4e8e33b0672a794d0f61544e177415233 Mon Sep 17 00:00:00 2001 From: Patrick Chanezon Date: Fri, 30 Jan 2015 11:38:53 -0800 Subject: [PATCH] added documentation for --azure options --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8060390eb5..1a89258ac7 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,19 @@ Grab your subscription ID from the portal, then run `docker-machine create` with Options: - - `--azure-subscription-id`: Your Azure subscription ID. - - `--azure-subscription-cert`: Your Azure subscription cert. + - `--azure-subscription-id`: **required** Your Azure subscription ID. + - `--azure-subscription-cert`: **required** Your Azure subscription cert. + - `--azure-docker-port`: Azure Docker port. Default '2376' + - `--azure-image`: Azure image name. Default is Ubuntu 14.04 LTS x64 [$AZURE_IMAGE] + - `--azure-location`: Azure location. Default is 'West US' [$AZURE_LOCATION] + - `--azure-name`: Azure cloud service name + - `--azure-password`: Azure user password + - `--azure-publish-settings-file`: Azure publish settings file [$AZURE_PUBLISH_SETTINGS_FILE] + - `--azure-size`: Azure size. Default 'Small' [$AZURE_SIZE] + - `--azure-ssh-port`: Azure SSH port. Default '22' + - `--azure-username`: Azure username. Default 'ubuntu' -Note: the machine name will be used as DNS name for the Cloud Service (e.g. machinename.cloudapp.net) +Note: the machine name will be used as DNS name for the Cloud Service (e.g. machinename.cloudapp.net) and needs to be unique within Azure. ### Amazon EC2