# registries

Published articles for registries.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Benchmarking Docker image registries

DevFeed: [Benchmarking Docker image registries](<https://devfeed.tech/articles/benchmarking-docker-image-registries-27720.md>)

Original publisher: [Read original article](<https://gagor.pro/2025/08/benchmarking-docker-image-registries/>)

Author: Tom

Published: 2025-08-31T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [docker registry](<https://devfeed.tech/topics/docker-registry.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Docker Image](<https://devfeed.tech/topics/docker-image.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [benchmark-docker-pull](<https://devfeed.tech/tags/benchmark-docker-pull.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [compare-docker-registries](<https://devfeed.tech/tags/compare-docker-registries.md>), [devops](<https://devfeed.tech/tags/devops.md>), [devops-benchmarking-tools](<https://devfeed.tech/tags/devops-benchmarking-tools.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-cli-tips](<https://devfeed.tech/tags/docker-cli-tips.md>), [docker-hub](<https://devfeed.tech/tags/docker-hub.md>), [docker-image-pull-speed](<https://devfeed.tech/tags/docker-image-pull-speed.md>), [docker-performance-testing](<https://devfeed.tech/tags/docker-performance-testing.md>), [docker-registry](<https://devfeed.tech/tags/docker-registry.md>), [docker-registry-benchmark](<https://devfeed.tech/tags/docker-registry-benchmark.md>), [go](<https://devfeed.tech/tags/go.md>), [harbor](<https://devfeed.tech/tags/harbor.md>), [harbor-vs-artifactory](<https://devfeed.tech/tags/harbor-vs-artifactory.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hyperfine-examples](<https://devfeed.tech/tags/hyperfine-examples.md>), [hyperfine-tutorial](<https://devfeed.tech/tags/hyperfine-tutorial.md>), [linux](<https://devfeed.tech/tags/linux.md>), [performance](<https://devfeed.tech/tags/performance.md>), [registries](<https://devfeed.tech/tags/registries.md>)

### AI overview

A practical guide to benchmarking Docker image registries with the Hyperfine CLI tool. It compares image pull performance between registries such as Artifactory and Harbor, while noting that the informal results primarily reflect network speed.

### Source excerpt

Learn how to benchmark Docker registry performance using the Hyperfine CLI tool. A simple way to compare image pull speeds between registries like Artifactory, Harbor, Docker Hub, and Quay.

## Announcing Spin 2.6

DevFeed: [Announcing Spin 2.6](<https://devfeed.tech/articles/announcing-spin-2-6-15163.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/announcing-spin-2-6>)

Author: Mikkel Mørk Hegnhøj

Published: 2024-06-24T12:00:00Z

Content type: release

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>)

Tags: [components](<https://devfeed.tech/tags/components.md>), [registries](<https://devfeed.tech/tags/registries.md>), [wasi](<https://devfeed.tech/tags/wasi.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

An announcement for Spin 2.6 covering experiments with WebAssembly Components, WASI 0.2.0, and registries.

### Source excerpt

Experimenting with WebAssembly Components, WASI 0.2.0 and Registries in Spin 2.6

## How to use multiple Docker registry mirrors

DevFeed: [How to use multiple Docker registry mirrors](<https://devfeed.tech/articles/how-to-use-multiple-docker-registry-mirrors-26642.md>)

Original publisher: [Read original article](<https://blog.alexellis.io/how-to-configure-multiple-docker-registry-mirrors/>)

Author: Alex Ellis

Published: 2023-06-08T13:27:06Z

Content type: tutorial

Language: en

Sources: [Alex Ellis' Blog](<https://devfeed.tech/sources/alex-ellis-blog.md>)

Topics: [Docker](<https://devfeed.tech/topics/docker.md>), [docker registry](<https://devfeed.tech/topics/docker-registry.md>), [pull through cache](<https://devfeed.tech/topics/pull-through-cache.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Firecracker](<https://devfeed.tech/topics/firecracker.md>)

Tags: [buildx](<https://devfeed.tech/tags/buildx.md>), [cache](<https://devfeed.tech/tags/cache.md>), [container](<https://devfeed.tech/tags/container.md>), [container-registry](<https://devfeed.tech/tags/container-registry.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-registry](<https://devfeed.tech/tags/docker-registry.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mirror](<https://devfeed.tech/tags/mirror.md>), [registries](<https://devfeed.tech/tags/registries.md>), [registry](<https://devfeed.tech/tags/registry.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

This tutorial explains why self-hosted GitHub Actions runners can hit Docker Hub's anonymous image pull limits and how a Docker registry configured as a pull-through cache can help. It covers configuring Docker and buildx to use multiple registry mirrors, including considerations for local HTTP and Internet-facing HTTPS setups.

### Source excerpt

Why would you need to use a mirror for a container registry? And is there a way to use two or more? Find out from the actuated team.