Skip to main content

Crate docker_registry

Crate docker_registry 

Source
Expand description

Docker Registry 镜像管理库

支持从多种镜像仓库拉取和推送镜像,实现并行下载和续点续传功能。

§主要功能

  • 支持多种镜像仓库类型(Docker Hub、私有仓库、GCR、ECR、ACR)
  • 并行下载镜像层,提高下载速度
  • 支持续点续传,避免网络中断导致的重复下载
  • 提供下载进度查询

Modules§

client
镜像仓库 API 客户端
downloader
镜像下载器
types
Docker Hub 类型定义

Structs§

RegistryService
镜像仓库服务

Enums§

RegistryType
镜像仓库类型

Functions§

new_docker_hub_service
创建 Docker Hub 服务(向后兼容)

Type Aliases§

DockerHubService
Docker Hub 服务(向后兼容)