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
@@ -867,10 +867,13 @@ Options:
867
867
-`--google-zone`: The zone to launch the instance. Default: `us-central1-a`
868
868
-`--google-machine-type`: The type of instance. Default: `f1-micro`
869
869
-`--google-username`: The username to use for the instance. Default: `docker-user`
870
-
-`--google-instance-name`: The name of the instance. Default: `docker-machine`
871
870
-`--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.
0 commit comments