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
|
type: string
|
||||||
label: Custom Docker registry URL
|
label: Custom Docker registry URL
|
||||||
description: >-
|
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
|
required: false
|
||||||
- name: dockerMirror
|
- name: dockerMirror
|
||||||
type: string
|
type: string
|
||||||
label: Docker registry mirror URL
|
label: Docker registry mirror URL
|
||||||
description: >-
|
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
|
required: false
|
||||||
- name: gcloudKey
|
- name: gcloudKey
|
||||||
type: string
|
type: string
|
||||||
|
@ -175,13 +175,15 @@ Forms:
|
|||||||
label: Custom Docker registry URL
|
label: Custom Docker registry URL
|
||||||
description: >-
|
description: >-
|
||||||
Host IP or domain name of custom Docker registry to use.
|
Host IP or domain name of custom Docker registry to use.
|
||||||
|
For example, myregistrydomain.com
|
||||||
Leave empty to use Docker default.
|
Leave empty to use Docker default.
|
||||||
required: false
|
required: false
|
||||||
- name: dockerMirror
|
- name: dockerMirror
|
||||||
type: string
|
type: string
|
||||||
label: Docker registry mirror URL
|
label: Docker registry mirror URL
|
||||||
description: >-
|
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.
|
Leave empty to not use one.
|
||||||
required: false
|
required: false
|
||||||
- name: gcloudKey
|
- name: gcloudKey
|
||||||
|
Loading…
Reference in New Issue
Block a user