zhangjiezhang / hub-mirror

🚀 gcr.io、registry.k8s.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像加速下载服务
MIT License
0 stars 0 forks source link

[hub-mirror] nextcloud:27.0.2-apache #13

Open zhangjiezhang opened 1 year ago

zhangjiezhang commented 1 year ago

{ "hub-mirror": [ "nextcloud:27.0.2-apache" ] }

github-actions[bot] commented 1 year ago

Hello,您可以直接执行该命令:

echo -e '\n# if your repository is private,please login...\n# docker login registry.cn-hangzhou.aliyuncs.com/pascallxyz --username={your username}\n    \ndocker pull registry.cn-hangzhou.aliyuncs.com/pascallxyz/nextcloud:27.0.2-apache\ndocker tag registry.cn-hangzhou.aliyuncs.com/pascallxyz/nextcloud:27.0.2-apache nextcloud:27.0.2-apache\ndocker rmi registry.cn-hangzhou.aliyuncs.com/pascallxyz/nextcloud:27.0.2-apache\n' | bash

或是手动执行:


# if your repository is private,please login...
# docker login registry.cn-hangzhou.aliyuncs.com/pascallxyz --username={your username}

docker pull registry.cn-hangzhou.aliyuncs.com/pascallxyz/nextcloud:27.0.2-apache
docker tag registry.cn-hangzhou.aliyuncs.com/pascallxyz/nextcloud:27.0.2-apache nextcloud:27.0.2-apache
docker rmi registry.cn-hangzhou.aliyuncs.com/pascallxyz/nextcloud:27.0.2-apache

希望可以帮助到您,祝您周三愉快!