Remove some references to "register" through login

These were left-overs from the now deprecated
and removed functionality to registrer a new account
through "docker login"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 971c080b67836b5dd62bc9270dfb348abb8536a7
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-03-01 17:28:42 +01:00
parent afc4d63ffe
commit 0b40ec5cf8
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ var dockerCommands = []Command{
{"inspect", "Return low-level information on a container or image"},
{"kill", "Kill a running container"},
{"load", "Load an image from a tar archive or STDIN"},
{"login", "Register or log in to a Docker registry"},
{"login", "Log in to a Docker registry"},
{"logout", "Log out from a Docker registry"},
{"logs", "Fetch the logs of a container"},
{"network", "Manage Docker networks"},