Hi Eugene,

You are right, zookeeper:3.5 is an official docker image, which might be
not synchronized to registry.docker-cn.com, we can not do anything on this.
One solution is to re-push zookeeper:3.5 as apachegriffin/zookeeper:3.5
like the other docker images, then it might be synchronized to
registry.docker-cn.com.
Or we can just change the document, change "docker pull
registry.docker-cn.com/zookeeper:3.5" to "docker pull zookeeper:3.5".
Which do you prefer?

Thanks,
Lionel


On Sun, Sep 2, 2018 at 11:57 AM Eugene Liu <liu...@apache.org> wrote:

> docker pull registry.docker-cn.com/zookeeper:3.5
>
> Error response from daemon: manifest for
> registry.docker-cn.com/zookeeper:3.5 not found
>
>
> docker pull zookeeper:3.5
>
> 3.5: Pulling from library/zookeeper
>
> 8e3ba11ec2a2: Pull complete
>
> 311ad0da4533: Pull complete
>
>
>
> it seems zk docker mirror not linking to main repository
>
>

Reply via email to