mirror of https://github.com/docker/docs.git
Doc for static IP and preemptibility
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
8aa5e0771a
commit
48f8d5b533
|
@ -24,6 +24,8 @@ Options:
|
|||
- `--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.
|
||||
- `--google-disk-type`: The disk type of instance.
|
||||
- `--google-address`: Instance's static external IP (name or IP).
|
||||
- `--google-preemptible`: Instance preemptibility.
|
||||
|
||||
The GCE driver will use the `ubuntu-1404-trusty-v20150316` instance type unless otherwise specified.
|
||||
|
||||
|
@ -39,3 +41,5 @@ Environment variables and default values:
|
|||
| `--google-scopes` | `GOOGLE_SCOPES` | `devstorage.read_only,logging.write` |
|
||||
| `--google-disk-size` | `GOOGLE_DISK_SIZE` | `10` |
|
||||
| `--google-disk-type` | `GOOGLE_DISK_TYPE` | `pd-standard` |
|
||||
| `--google-address` | `GOOGLE_ADDRESS` | - |
|
||||
| `--google-preemptible` | `GOOGLE_PREEMPTIBLE` | - |
|
||||
|
|
Loading…
Reference in New Issue