Add logout command

"docker logout [SERVER]" will remove the registry server' credentials from
.dockercfg file. If a server is not specified, it will log user out of the
default docker registry server

Docker-DCO-1.1-Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com> (github: dqminh)
This commit is contained in:
Daniel, Dao Quang Minh 2014-06-27 02:52:36 -04:00 committed by Tibor Vass
parent dbec9b15d4
commit eaca49cde5
1 changed files with 9 additions and 0 deletions

View File

@ -732,6 +732,15 @@ specify this by adding the server name.
example:
$ docker login localhost:8080
## logout
Usage: docker logout [SERVER]
Log the user out of a docker registry server, if no server is specified "https://index.docker.io/v1/" is the default.
example:
$ docker logout localhost:8080
## logs
Usage: docker logs CONTAINER