Azure / container-service-for-azure-china

Container Service for Azure China
MIT License
422 stars 73 forks source link

dockerhub error #54

Closed zhangguanzhang closed 4 years ago

zhangguanzhang commented 4 years ago
docker pull dockerhub.azk8s.cn/golang
Using default tag: latest
Error response from daemon: manifest for dockerhub.azk8s.cn/golang:latest not found

if I pull the golang, it could do this

andyzhangx commented 4 years ago

try docker pull dockerhub.azk8s.cn/library/golang

zhangguanzhang commented 4 years ago

thx