From 37594ef88a48a55418ffddf7aa5959863521fa57 Mon Sep 17 00:00:00 2001 From: zhee Date: Fri, 1 May 2015 12:32:56 +0900 Subject: [PATCH] Update docs for GCE flags Signed-off-by: Koichi Shiraishi --- docs/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index de529ecfd6..4f7feada2c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. - -The GCE driver will use the `ubuntu-1404-trusty-v20150128` instance type unless otherwise specified. + - `--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-v20150316` instance type unless otherwise specified. #### IBM Softlayer