[vmwarevsphere] [doc] Update vSphere driver documentation

Signed-off-by: S.Çağlar Onur <conur@vmware.com>
This commit is contained in:
S.Çağlar Onur 2016-01-26 14:21:31 -08:00
parent 0aedfd201d
commit 0a1025b263
1 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,7 @@ parent="smn_machine_drivers"
# VMware vSphere # VMware vSphere
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). 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.
$ docker-machine create --driver vmwarevsphere --vmwarevsphere-username=user --vmwarevsphere-password=SECRET vm $ docker-machine create --driver vmwarevsphere --vmwarevsphere-username=user --vmwarevsphere-password=SECRET vm
Options: Options:
@ -26,7 +25,7 @@ Options:
- `--vmwarevsphere-vcenter-port`: vSphere Port for vCenter. - `--vmwarevsphere-vcenter-port`: vSphere Port for vCenter.
- `--vmwarevsphere-network`: Network where the Docker VM will be attached. - `--vmwarevsphere-network`: Network where the Docker VM will be attached.
- `--vmwarevsphere-datastore`: Datastore for Docker VM. - `--vmwarevsphere-datastore`: Datastore for Docker VM.
- `--vmwarevsphere-datacenter`: Datacenter for Docker VM (must be set to `ha-datacenter` when connecting to a single host). - `--vmwarevsphere-datacenter`: Datacenter for Docker VM.
- `--vmwarevsphere-pool`: Resource pool for Docker VM. - `--vmwarevsphere-pool`: Resource pool for Docker VM.
- `--vmwarevsphere-hostsystem`: vSphere compute resource where the docker VM will be instantiated (use <cluster>/* or <cluster>/<host> if using a cluster). - `--vmwarevsphere-hostsystem`: vSphere compute resource where the docker VM will be instantiated (use <cluster>/* or <cluster>/<host> if using a cluster).
@ -48,4 +47,4 @@ Environment variables and default values:
| `--vmwarevsphere-datastore` | `VSPHERE_DATASTORE` | - | | `--vmwarevsphere-datastore` | `VSPHERE_DATASTORE` | - |
| `--vmwarevsphere-datacenter` | `VSPHERE_DATACENTER` | - | | `--vmwarevsphere-datacenter` | `VSPHERE_DATACENTER` | - |
| `--vmwarevsphere-pool` | `VSPHERE_POOL` | - | | `--vmwarevsphere-pool` | `VSPHERE_POOL` | - |
| `--vmwarevsphere-hostsystem` | `VSPHERE_HOSTSYSTEM` | - | | `--vmwarevsphere-hostsystem` | `VSPHERE_HOSTSYSTEM` | - |