From 575a5da6a2b27d985f5841c306ba7b521e6c0290 Mon Sep 17 00:00:00 2001 From: Justin Simonelis Date: Fri, 11 Apr 2014 08:51:50 -0400 Subject: [PATCH] terms update: FQIN must include a tag change: A fully qualified image name must include a tag. Recommitting changes for PR: https://github.com/dotcloud/docker/pull/5145 since SvenDowideit suggested I would need to sign my commit for it to be accepted. Docker-DCO-1.1-Signed-off-by: Justin Simonelis (github: jsimonelis) Upstream-commit: 69fbf8e31f0b74c61c7e7fe1bd34bbb1aaf813b6 Component: engine --- components/engine/docs/sources/terms/repository.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/terms/repository.rst b/components/engine/docs/sources/terms/repository.rst index e4fe4b8fd1..04f3950f36 100644 --- a/components/engine/docs/sources/terms/repository.rst +++ b/components/engine/docs/sources/terms/repository.rst @@ -19,9 +19,9 @@ using one of three different commands: A `Fully Qualified Image Name` (FQIN) can be made up of 3 parts: -``[registry_hostname[:port]/][user_name/](repository_name[:version_tag])`` +``[registry_hostname[:port]/][user_name/](repository_name:version_tag)`` -``version_tag`` defaults to ``latest``, ``username`` and ``registry_hostname`` default to an empty string. +``username`` and ``registry_hostname`` default to an empty string. When ``registry_hostname`` is an empty string, then ``docker push`` will push to ``index.docker.io:80``. If you create a new repository which you want to share, you will need to set at least the