diff --git a/docs/drivers/exoscale.md b/docs/drivers/exoscale.md index 35f38fce86..87d0fd0b17 100644 --- a/docs/drivers/exoscale.md +++ b/docs/drivers/exoscale.md @@ -14,6 +14,8 @@ Create machines on [exoscale](https://www.exoscale.ch/). 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. + $ docker-machine create --driver exoscale --exoscale-api-key=API --exoscale-api-secret-key=SECRET vm + Options: - `--exoscale-url`: Your API endpoint. diff --git a/docs/drivers/generic.md b/docs/drivers/generic.md index 1947ce9093..112ffa6068 100644 --- a/docs/drivers/generic.md +++ b/docs/drivers/generic.md @@ -22,6 +22,9 @@ The driver will perform a list of tasks on create: - It will generate certificates to secure the docker daemon - The docker daemon will be restarted, thus all running containers will be stopped. + + $ docker-machine create --driver generic --generic-ip-address=203.0.113.81 vm + Options: - `--generic-ip-address`: **required** IP Address of host. diff --git a/docs/drivers/hyper-v.md b/docs/drivers/hyper-v.md index eb76163436..e19f16033a 100644 --- a/docs/drivers/hyper-v.md +++ b/docs/drivers/hyper-v.md @@ -22,6 +22,8 @@ Administrator level account to create and manage Hyper-V machines. > [Internet Connection > Sharing](http://www.packet6.com/allowing-windows-8-1-hyper-v-vm-to-work-with-wifi/). + $ docker-machine create --driver hyperv vm + Options: - `--hyperv-boot2docker-url`: The URL of the boot2docker ISO. diff --git a/docs/drivers/openstack.md b/docs/drivers/openstack.md index 3eb89ee2a4..2e185c63d2 100644 --- a/docs/drivers/openstack.md +++ b/docs/drivers/openstack.md @@ -18,6 +18,9 @@ Mandatory: - `--openstack-flavor-id` or `--openstack-flavor-name`: Identify the flavor that will be used for the machine. - `--openstack-image-id` or `--openstack-image-name`: Identify the image that will be used for the machine. + + $ docker-machine create --driver openstack vm + Options: - `--openstack-active-timeout`: The timeout in seconds until the OpenStack instance must be active. diff --git a/docs/drivers/rackspace.md b/docs/drivers/rackspace.md index 3e802d5186..bf489bca3f 100644 --- a/docs/drivers/rackspace.md +++ b/docs/drivers/rackspace.md @@ -12,6 +12,8 @@ parent="smn_machine_drivers" Create machines on [Rackspace cloud](http://www.rackspace.com/cloud) + $ docker-machine create --driver rackspace --rackspace-username=user --rackspace-api-key=KEY --rackspace-region=region vm + Options: - `--rackspace-username`: **required** Rackspace account username. diff --git a/docs/drivers/soft-layer.md b/docs/drivers/soft-layer.md index 165c84d611..7c1ac22e9a 100644 --- a/docs/drivers/soft-layer.md +++ b/docs/drivers/soft-layer.md @@ -15,6 +15,8 @@ Create machines on [Softlayer](http://softlayer.com). You need to generate an API key in the softlayer control panel. [Retrieve your API key](http://knowledgelayer.softlayer.com/procedure/retrieve-your-api-key) + $ docker-machine create --driver softlayer --softlayer-user=user --softlayer-api-key=KEY --softlayer-domain=domain vm + Options: - `--softlayer-memory`: Memory for host in MB. diff --git a/docs/drivers/vm-cloud.md b/docs/drivers/vm-cloud.md index 1f50af907c..8be64c4e01 100644 --- a/docs/drivers/vm-cloud.md +++ b/docs/drivers/vm-cloud.md @@ -12,6 +12,8 @@ parent="smn_machine_drivers" Creates machines on [vCloud Air](http://vcloud.vmware.com) subscription service. You need an account within an existing subscription of vCloud Air VPC or Dedicated Cloud. + $ docker-machine create --driver vmwarevcloudair --vmwarevcloudair-username=user --vmwarevcloudair-password=SECRET vm + Options: - `--vmwarevcloudair-username`: **required** vCloud Air Username. diff --git a/docs/drivers/vm-fusion.md b/docs/drivers/vm-fusion.md index bd5d602878..f7c496afd8 100644 --- a/docs/drivers/vm-fusion.md +++ b/docs/drivers/vm-fusion.md @@ -12,6 +12,8 @@ parent="smn_machine_drivers" Creates machines locally on [VMware Fusion](http://www.vmware.com/products/fusion). Requires VMware Fusion to be installed. + $ docker-machine create --driver vmwarefusion vm + Options: - `--vmwarefusion-boot2docker-url`: URL for boot2docker image. diff --git a/docs/drivers/vsphere.md b/docs/drivers/vsphere.md index 0fc1eab0c2..4abfa16de2 100644 --- a/docs/drivers/vsphere.md +++ b/docs/drivers/vsphere.md @@ -12,6 +12,8 @@ parent="smn_machine_drivers" Creates machines on a [VMware vSphere](http://www.vmware.com/products/vsphere) Virtual Infrastructure. The machine must have a working vSphere ESXi installation. You can use a paid license or free 60 day trial license. Your installation may also include an optional VCenter server. The vSphere driver depends on [`govc`](https://github.com/vmware/govmomi/tree/master/govc) (must be in path) and has been tested with [vmware/govmomi@`c848630`](https://github.com/vmware/govmomi/commit/c8486300bfe19427e4f3226e3b3eac067717ef17). + $ docker-machine create --driver vmwarevsphere --vmwarevsphere-username=user --vmwarevsphere-password=SECRET vm + Options: - `--vmwarevsphere-username`: **required** vSphere Username.