Skip to content

Commit

Permalink
Remove some references to "register" through login
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thaJeztah committed Mar 1, 2016
1 parent 2453262 commit 971c080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion man/docker-logout.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are no available options.
# docker logout localhost:8080

# See also
**docker-login(1)** to register or log in to a Docker registry server.
**docker-login(1)** to log in to a Docker registry server.

# HISTORY
June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
Expand Down
2 changes: 1 addition & 1 deletion man/docker.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ inside it)
See **docker-load(1)** for full documentation on the **load** command.

**login**
Register or login to a Docker Registry
Log in to a Docker Registry
See **docker-login(1)** for full documentation on the **login** command.

**logout**
Expand Down

0 comments on commit 971c080

Please sign in to comment.