🎉 容器镜像服务

为了帮助中国大陆用户访问容器镜像仓库,我们提供了 容器镜像服务

🌐 支持的镜像仓库

源站镜像地址平台
docker.iohub.mirrorify.netDocker Hub
gcr.iogcr.mirrorify.netGoogle Container Registry
ghcr.ioghcr.mirrorify.netGitHub Container Registry
k8s.gcr.iok8s-gcr.mirrorify.netKubernetes Registry
registry.k8s.iok8s.mirrorify.netKubernetes Registry
quay.ioquay.mirrorify.netQuay
mcr.microsoft.commcr.mirrorify.netMicrosoft
docker.elastic.coelastic.mirrorify.netElastic Stack
nvcr.ionvcr.mirrorify.netNVIDIA

📖 使用方法

1. 配置 Docker 加速器

{
  "registry-mirrors": ["https://hub.mirrorify.net"]
}
sudo systemctl daemon-reload
sudo systemctl restart docker

2. 使用镜像加速拉取镜像

docker pull gcr.mirrorify.net/google-containers/busybox

📋 使用示例

Docker Compose 示例

services:
  app:
    image: hub.mirrorify.net/my-image:latest
    ports:
      - "8080:8080"

Kubernetes YAML 示例

apiVersion: apps/v1
kind: Deployment
metadata:
  name: my-app
spec:
  replicas: 2
  template:
    spec:
      containers:
      - name: my-container
        image: hub.mirrorify.net/my-image:latest

⚠️ 注意事项

本站仅限中国大陆用户使用,服务为公益性,不支持私有仓库镜像。

💬 联系我们

📢 加入我们社群

欢迎加入 Mirrorify 社群,获取最新通知、讨论与支持:

✅ 已复制到剪贴板