From b38288b6f1d29815a68c97ae17427a5d5b642cab Mon Sep 17 00:00:00 2001 From: Jeff Anderson Date: Thu, 20 Nov 2014 16:37:48 -0800 Subject: [PATCH 1/2] refer to the registry instead of the hub Signed-off-by: Jeff Anderson Upstream-commit: 7b20c1fd1877dc91abfbf6fd57e1f16e3b44c1e0 Component: engine --- components/engine/docs/sources/userguide/dockerimages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/userguide/dockerimages.md b/components/engine/docs/sources/userguide/dockerimages.md index 51f6beb554..157c578d97 100644 --- a/components/engine/docs/sources/userguide/dockerimages.md +++ b/components/engine/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 host. If an image isn't already present on the host then it'll be 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 including: * Managing and working with images locally on your Docker host; * 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 From 624402f3325df4cc3f5d127886397315efe8aaeb Mon Sep 17 00:00:00 2001 From: Jeff Anderson Date: Mon, 1 Dec 2014 10:49:27 -0700 Subject: [PATCH 2/2] Update dockerimages.md remove 'public registry' Signed-off-by: Jeff Anderson Upstream-commit: 46437d1a60278d1acfe32412f69b3c22749becf2 Component: engine --- components/engine/docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/userguide/dockerimages.md b/components/engine/docs/sources/userguide/dockerimages.md index 157c578d97..ead6d82db7 100644 --- a/components/engine/docs/sources/userguide/dockerimages.md +++ b/components/engine/docs/sources/userguide/dockerimages.md @@ -13,7 +13,7 @@ image and the `training/webapp` image. 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 downloaded from a registry: by default the -[Docker Hub Registry](https://registry.hub.docker.com) public registry. +[Docker Hub Registry](https://registry.hub.docker.com). In this section we're going to explore Docker images a bit more including: