Skip to content

Commit e2d5aca

Browse files
committed
Merge pull request docker-archive-public#1089 from zchee/docs-update-gce-flags
Update docs for GCE flags
2 parents 6a311b0 + 37594ef commit e2d5aca

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
@@ -986,10 +986,13 @@ Options:
986986
- `--google-zone`: The zone to launch the instance. Default: `us-central1-a`
987987
- `--google-machine-type`: The type of instance. Default: `f1-micro`
988988
- `--google-username`: The username to use for the instance. Default: `docker-user`
989-
- `--google-instance-name`: The name of the instance. Default: `docker-machine`
990989
- `--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.
993996

994997
#### IBM Softlayer
995998

0 commit comments

Comments
 (0)