为了帮助中国大陆用户更快速地访问容器镜像仓库,我们提供了 镜像加速服务。通过我们的服务,您可以大幅提升从 Docker Hub、GCR、Quay.io、GitHub Container Registry 等仓库拉取镜像的速度。
我们支持以下镜像仓库的加速服务:
源站 | 镜像地址 | 平台 |
---|---|---|
docker.io | hub.mirrorify.net | Docker Hub |
gcr.io | gcr.mirrorify.net | Google Container Registry |
ghcr.io | ghcr.mirrorify.net | GitHub Container Registry |
k8s.gcr.io | k8s-gcr.mirrorify.net | Kubernetes Container Registry |
registry.k8s.io | k8s.mirrorify.net | Kubernetes Container Registry |
quay.io | quay.mirrorify.net | Quay Container Registry |
mcr.microsoft.com | mcr.mirrorify.net | Microsoft Container Registry |
docker.elastic.co | elastic.mirrorify.net | Elastic Stack |
nvcr.io | nvcr.mirrorify.net | NVIDIA Container Registry |
方法一:修改 Docker 配置文件
{
"registry-mirrors": ["https://hub.mirrorify.net"]
}
重启 Docker:
sudo systemctl daemon-reload
sudo systemctl restart docker
docker pull my-image:latest
docker pull gcr.mirrorify.net/google-containers/busybox
services:
app:
image: hub.mirrorify.net/my-image:latest
ports:
- "8080:8080"
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
其他地区用户无法使用。
本站提供的镜像加速服务为公益性质,不提供服务级别协议 (SLA) 保障。在使用过程中,可能会遇到服务中断或速度不稳定的情况,敬请谅解。
本站的镜像加速服务仅支持公共容器镜像仓库,暂不支持加速私有仓库镜像的拉取。如果需要访问私有仓库,请配置私有镜像服务。
如有任何问题建议或想加入我们,欢迎联系我们:
为了持续提供稳定的镜像加速服务,我们欢迎您的支持和捐赠: