Browse code

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>

Sebastiaan van Stijn authored on 2016/03/02 01:28:42
Showing 3 changed files
... ...
@@ -42,7 +42,7 @@ var dockerCommands = []Command{
42 42
 	{"inspect", "Return low-level information on a container or image"},
43 43
 	{"kill", "Kill a running container"},
44 44
 	{"load", "Load an image from a tar archive or STDIN"},
45
-	{"login", "Register or log in to a Docker registry"},
45
+	{"login", "Log in to a Docker registry"},
46 46
 	{"logout", "Log out from a Docker registry"},
47 47
 	{"logs", "Fetch the logs of a container"},
48 48
 	{"network", "Manage Docker networks"},
... ...
@@ -24,7 +24,7 @@ There are no available options.
24 24
     # docker logout localhost:8080
25 25
 
26 26
 # See also
27
-**docker-login(1)** to register or log in to a Docker registry server.
27
+**docker-login(1)** to log in to a Docker registry server.
28 28
 
29 29
 # HISTORY
30 30
 June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
... ...
@@ -132,7 +132,7 @@ inside it)
132 132
   See **docker-load(1)** for full documentation on the **load** command.
133 133
 
134 134
 **login**
135
-  Register or login to a Docker Registry
135
+  Log in to a Docker Registry
136 136
   See **docker-login(1)** for full documentation on the **login** command.
137 137
 
138 138
 **logout**