From f1598cad58caed57cd9ffcd71fe37e2d01557b02 Mon Sep 17 00:00:00 2001 From: gbzhu Date: Wed, 21 Dec 2016 09:18:38 +0800 Subject: [PATCH] modify the user name (#946) --- engine/tutorials/dockerrepos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/tutorials/dockerrepos.md b/engine/tutorials/dockerrepos.md index e61f43f8da..5db7918483 100644 --- a/engine/tutorials/dockerrepos.md +++ b/engine/tutorials/dockerrepos.md @@ -58,7 +58,7 @@ name, user name, or description: There you can see two example results: `centos` and `tianon/centos`. The second result shows that it comes from the public repository of a user, named -`tianon/`, while the first result, `centos`, doesn't explicitly list a +`tianon`, while the first result, `centos`, doesn't explicitly list a repository which means that it comes from the trusted top-level namespace for [Official Repositories](/docker-hub/official_repos/). The `/` character separates a user's repository from the image name.