Skip to content

Commit 37594ef

Browse files
committed
Update docs for GCE flags
Signed-off-by: Koichi Shiraishi <zcheeee@gmail.com>
1 parent 7dcd4c2 commit 37594ef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -867,10 +867,13 @@ Options:
867867
- `--google-zone`: The zone to launch the instance. Default: `us-central1-a`
868868
- `--google-machine-type`: The type of instance. Default: `f1-micro`
869869
- `--google-username`: The username to use for the instance. Default: `docker-user`
870-
- `--google-instance-name`: The name of the instance. Default: `docker-machine`
871870
- `--google-project`: The name of your project to use when launching the instance.
872-
873-
The GCE driver will use the `ubuntu-1404-trusty-v20150128` instance type unless otherwise specified.
871+
- `--google-auth-token`: Your oAuth token for the Google Cloud API.
872+
- `--google-scopes`: The scopes for OAuth 2.0 to Access Google APIs. See [Google Compute Engine Doc](https://cloud.google.com/storage/docs/authentication).
873+
- `--google-disk-size`: The disk size of instance. Default: `10`
874+
- `--google-disk-type`: The disk type of instance. Default: `pd-standard`
875+
876+
The GCE driver will use the `ubuntu-1404-trusty-v20150316` instance type unless otherwise specified.
874877

875878
#### IBM Softlayer
876879

0 commit comments

Comments
 (0)