Open shangdibufashi opened 1 month ago
Hello,您可以直接执行该命令:
echo -e '\n# if your repository is private,please login...\n# docker login registry.cn-hangzhou.aliyuncs.com/zhuoxiangqy --username={your username}\n \ndocker pull registry.cn-hangzhou.aliyuncs.com/zhuoxiangqy/docker.io:node_18.15-bullseye\ndocker tag registry.cn-hangzhou.aliyuncs.com/zhuoxiangqy/docker.io:node_18.15-bullseye docker.io/node:18.15-bullseye\n\n' | bash
或是手动执行:
# if your repository is private,please login...
# docker login registry.cn-hangzhou.aliyuncs.com/zhuoxiangqy --username={your username}
docker pull registry.cn-hangzhou.aliyuncs.com/zhuoxiangqy/docker.io:node_18.15-bullseye
docker tag registry.cn-hangzhou.aliyuncs.com/zhuoxiangqy/docker.io:node_18.15-bullseye docker.io/node:18.15-bullseye
希望可以帮助到您,祝您周一愉快!
{ "hub-mirror": [ "docker.io/node:18.15-bullseye" ] }