docker-sdk-rust/docs/IndexInfo.md

15 lines
1.2 KiB
Markdown
Raw Normal View History

2025-06-16 16:37:36 +07:00
# IndexInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name of the registry, such as \"docker.io\". | [optional]
**mirrors** | Option<**Vec<String>**> | List of mirrors, expressed as URIs. | [optional]
**secure** | Option<**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]
**official** | Option<**bool**> | Indicates whether this is an official registry (i.e., Docker Hub / docker.io) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)