Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Undefined443/Docker-Mirror-Benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Docker Mirror Benchmark

Usage

  1. Edit the list of mirror sources you want to test in docker-mirror-benchmark.py:

    registries = [
        "docker.io",
        "registry-1.docker.io",
        "registry.hub.docker.com",
        "mirror.baidubce.com",
        "hub-mirror.c.163.com",
        "docker.mirrors.ustc.edu.cn",
        "mirror.gcr.io",
        "dockerproxy.com",
        "nfnrnoco.mirror.aliyuncs.com"
    ]
  2. Run the script:

    python3 docker-mirror-benchmark.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages