Docker official registry (Docker Hub) URL

前端 未结 6 933
深忆病人
深忆病人 2021-01-30 19:57

Docker Hub official website has been moved to https://registry.hub.docker.com from https://hub.docker.com/.

If I try to docker pull images from URL like:

6条回答
  •  萌比男神i
    2021-01-30 20:07

    For those trying to create a Google Cloud instance using the "Deploy a container image to this VM instance." option then the correct url format would be

    docker.io/:version

    The suggestion above of registry.hub.docker.com/library/ did not work for me.

    I finally found the solution here (in my case, i was trying to run docker.io/tensorflow/serving:latest)

提交回复
热议问题