
azk8s.cn 403 了 中科大的大姨妈严重,连 linux 镜像源都跑不稳了,一直不通一直爽 阿里镜像要我登录
还能不能愉快玩耍了,求大家给个能用的办法……
1 basefas May 12, 2020 ```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 Jun 9, 2020 |
3 yangchuansheng33 Jun 9, 2020 |