Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.33 KB

IndexInfo.md

File metadata and controls

18 lines (13 loc) · 1.33 KB

openapi.model.IndexInfo

Load the model package

import 'package:docker_client/api.dart';

Properties

Name Type Description Notes
name String Name of the registry, such as "docker.io". [optional] [default to null]
mirrors List<String> List of mirrors, expressed as URIs. [optional] [default to []]
secure bool Indicates if the registry is part of the list of insecure registries. If `false`, the registry is insecure. Insecure registries accept un-encrypted (HTTP) and/or untrusted (HTTPS with certificates from unknown CAs) communication. > Warning: Insecure registries can be useful when running a local > registry. However, because its use creates security vulnerabilities > it should ONLY be enabled for testing purposes. For increased > security, users should add their CA to their system's list of > trusted CAs instead of enabling this option. [optional] [default to null]
official bool Indicates whether this is an official registry (i.e., Docker Hub / docker.io) [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]