Merge pull request #5164 from jsimonelis/patch-2

terms update: FQIN must include a tag
Upstream-commit: 931f0655606b14ef6fab1952d442691d1007f6ef
Component: engine
This commit is contained in:
James Turnbull
2014-04-11 06:47:28 -07:00
@@ -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