You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -986,10 +986,13 @@ Options:
986
986
-`--google-zone`: The zone to launch the instance. Default: `us-central1-a`
987
987
-`--google-machine-type`: The type of instance. Default: `f1-micro`
988
988
-`--google-username`: The username to use for the instance. Default: `docker-user`
989
-
-`--google-instance-name`: The name of the instance. Default: `docker-machine`
990
989
-`--google-project`: The name of your project to use when launching the instance.
991
-
992
-
The GCE driver will use the `ubuntu-1404-trusty-v20150128` instance type unless otherwise specified.
990
+
-`--google-auth-token`: Your oAuth token for the Google Cloud API.
991
+
-`--google-scopes`: The scopes for OAuth 2.0 to Access Google APIs. See [Google Compute Engine Doc](https://cloud.google.com/storage/docs/authentication).
992
+
-`--google-disk-size`: The disk size of instance. Default: `10`
993
+
-`--google-disk-type`: The disk type of instance. Default: `pd-standard`
994
+
995
+
The GCE driver will use the `ubuntu-1404-trusty-v20150316` instance type unless otherwise specified.
0 commit comments