host property

String? host
getter/setter pair

Host configures the registry host/mirror.

It supports fully qualified domain names (FQDN) and IP addresses: Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000

Implementation

core.String? host;