From 46437d1a60278d1acfe32412f69b3c22749becf2 Mon Sep 17 00:00:00 2001 From: Jeff Anderson Date: Mon, 1 Dec 2014 10:49:27 -0700 Subject: [PATCH] Update dockerimages.md remove 'public registry' Signed-off-by: Jeff Anderson --- docs/sources/userguide/dockerimages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md index 157c578d97..ead6d82db7 100644 --- a/docs/sources/userguide/dockerimages.md +++ b/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: