Ver Fonte

refer to the registry instead of the hub

Signed-off-by: Jeff Anderson <jeff@docker.com>
Jeff Anderson há 10 anos atrás
pai
commit
7b20c1fd18
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/sources/userguide/dockerimages.md

+ 2 - 2
docs/sources/userguide/dockerimages.md

@@ -13,14 +13,14 @@ image and the `training/webapp` image.
 We've also discovered that Docker stores downloaded images on the Docker
 We've also discovered that Docker stores downloaded images on the Docker
 host. If an image isn't already present on the host then it'll be
 host. If an image isn't already present on the host then it'll be
 downloaded from a registry: by default the
 downloaded from a registry: by default the
-[Docker Hub](https://hub.docker.com) public registry.
+[Docker Hub Registry](https://registry.hub.docker.com) public registry.
 
 
 In this section we're going to explore Docker images a bit more
 In this section we're going to explore Docker images a bit more
 including:
 including:
 
 
 * Managing and working with images locally on your Docker host;
 * Managing and working with images locally on your Docker host;
 * Creating basic images;
 * Creating basic images;
-* Uploading images to [Docker Hub](https://hub.docker.com).
+* Uploading images to [Docker Hub Registry](https://registry.hub.docker.com).
 
 
 ## Listing images on the host
 ## Listing images on the host