Docker official registry (Docker Hub) URL

前端 未结 6 880
深忆病人
深忆病人 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条回答
  •  臣服心动
    2021-01-30 20:13

    The registry path for official images (without a slash in the name) is library/. Try this instead:

    docker pull registry.hub.docker.com/library/busybox
    

提交回复
热议问题