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>
This commit is contained in:
Sebastiaan van Stijn 2016-03-01 17:28:42 +01:00 committed by Tibor Vass
parent 317cfbd7bd
commit 6c61d29231
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ There are no available options.
# docker logout localhost:8080 # docker logout localhost:8080
# See also # 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 # HISTORY
June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io) June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)

View File

@ -132,7 +132,7 @@ inside it)
See **docker-load(1)** for full documentation on the **load** command. See **docker-load(1)** for full documentation on the **load** command.
**login** **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. See **docker-login(1)** for full documentation on the **login** command.
**logout** **logout**