From a43d13843b8fd3ab346d0fa821410cb7d81178fd Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 9 Nov 2015 14:51:56 -0800 Subject: [PATCH] Update command-line arguments for hyper-v driver Signed-off-by: Nate McMaster --- docs/drivers/hyper-v.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/drivers/hyper-v.md b/docs/drivers/hyper-v.md index 511166d615..8735b6830d 100644 --- a/docs/drivers/hyper-v.md +++ b/docs/drivers/hyper-v.md @@ -23,18 +23,18 @@ Administrator level account to create and manage Hyper-V machines. Options: - - `--hyper-v-boot2docker-url`: The URL of the boot2docker ISO. Defaults to the latest available version. - - `--hyper-v-boot2docker-location`: Location of a local boot2docker iso to use. Overrides the URL option below. - - `--hyper-v-virtual-switch`: Name of the virtual switch to use. Defaults to first found. - - `--hyper-v-disk-size`: Size of disk for the host in MB. - - `--hyper-v-memory`: Size of memory for the host in MB. By default, the machine is setup to use dynamic memory. + - `--hyperv-boot2docker-url`: The URL of the boot2docker ISO. Defaults to the latest available version. + - `--hyperv-boot2docker-location`: Location of a local boot2docker iso to use. Overrides the URL option below. + - `--hyperv-virtual-switch`: Name of the virtual switch to use. Defaults to first found. + - `--hyperv-disk-size`: Size of disk for the host in MB. + - `--hyperv-memory`: Size of memory for the host in MB. By default, the machine is setup to use dynamic memory. Environment variables and default values: | CLI option | Environment variable | Default | |----------------------------------|----------------------| -------------------------| -| `--hyper-v-boot2docker-url` | - | *Latest boot2docker url* | -| `--hyper-v-boot2docker-location` | - | - | -| `--hyper-v-virtual-switch` | - | *first found* | -| `--hyper-v-disk-size` | - | `20000` | -| `--hyper-v-memory` | - | `1024` | +| `--hyperv-boot2docker-url` | - | *Latest boot2docker url* | +| `--hyperv-boot2docker-location` | - | - | +| `--hyperv-virtual-switch` | - | *first found* | +| `--hyperv-disk-size` | - | `20000` | +| `--hyperv-memory` | - | `1024` |