azk8s.cn 403 了 中科大的大姨妈严重,连 linux 镜像源都跑不稳了,一直不通一直爽 阿里镜像要我登录
还能不能愉快玩耍了,求大家给个能用的办法……
1
basefas 2020-05-12 12:11:35 +08:00
```pull.sh
#!/bin/bash images=( pause-amd64:3.0 ) for image in ${images[@]} ; do docker pull mirrorgooglecontainers/$image docker tag mirrorgooglecontainers/$image gcr.io/google_containers/$image docker rmi mirrorgooglecontainers/$image done ``` |
2
yangchuansheng33 2020-06-09 18:35:17 +08:00
|
3
yangchuansheng33 2020-06-09 18:36:07 +08:00
|