Clarify description for Docker mirror and registry
Change-Id: Ia95ad163eb978dd0db5ddc21c901f5ac8877cef9 Closes-Bug: #1630585
This commit is contained in:
parent
9d300c7382
commit
17237b6eb3
@ -55,13 +55,17 @@ Forms:
|
||||
type: string
|
||||
label: Custom Docker registry URL
|
||||
description: >-
|
||||
Host IP or domain name of custom Docker registry to use. Leave empty for Docker default
|
||||
Host IP or domain name of custom Docker registry to use.
|
||||
For example, myregistrydomain.com
|
||||
Leave empty to use Docker default.
|
||||
required: false
|
||||
- name: dockerMirror
|
||||
type: string
|
||||
label: Docker registry mirror URL
|
||||
description: >-
|
||||
URL of Docker registry mirror to use. Leave empty to not use one
|
||||
URL of Docker registry mirror to use in the format http://<my-docker-mirror-host>.
|
||||
For example, http://10.0.0.2:5000
|
||||
Leave empty to not use one.
|
||||
required: false
|
||||
- name: gcloudKey
|
||||
type: string
|
||||
|
@ -175,13 +175,15 @@ Forms:
|
||||
label: Custom Docker registry URL
|
||||
description: >-
|
||||
Host IP or domain name of custom Docker registry to use.
|
||||
For example, myregistrydomain.com
|
||||
Leave empty to use Docker default.
|
||||
required: false
|
||||
- name: dockerMirror
|
||||
type: string
|
||||
label: Docker registry mirror URL
|
||||
description: >-
|
||||
URL of Docker registry mirror to use.
|
||||
URL of Docker registry mirror to use in the format http://<my-docker-mirror-host>.
|
||||
For example, http://10.0.0.2:5000
|
||||
Leave empty to not use one.
|
||||
required: false
|
||||
- name: gcloudKey
|
||||
|
Loading…
Reference in New Issue
Block a user