Update docs for GCE flags

Signed-off-by: Koichi Shiraishi <zcheeee@gmail.com>
This commit is contained in:
zhee 2015-05-01 12:32:56 +09:00
parent 7dcd4c2dfd
commit 37594ef88a
1 changed files with 6 additions and 3 deletions

View File

@ -867,10 +867,13 @@ Options:
- `--google-zone`: The zone to launch the instance. Default: `us-central1-a`
- `--google-machine-type`: The type of instance. Default: `f1-micro`
- `--google-username`: The username to use for the instance. Default: `docker-user`
- `--google-instance-name`: The name of the instance. Default: `docker-machine`
- `--google-project`: The name of your project to use when launching the instance.
- `--google-auth-token`: Your oAuth token for the Google Cloud API.
- `--google-scopes`: The scopes for OAuth 2.0 to Access Google APIs. See [Google Compute Engine Doc](https://cloud.google.com/storage/docs/authentication).
- `--google-disk-size`: The disk size of instance. Default: `10`
- `--google-disk-type`: The disk type of instance. Default: `pd-standard`
The GCE driver will use the `ubuntu-1404-trusty-v20150128` instance type unless otherwise specified.
The GCE driver will use the `ubuntu-1404-trusty-v20150316` instance type unless otherwise specified.
#### IBM Softlayer