1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

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)
Upstream-commit: eaca49cde5
Component: cli
This commit is contained in:
Daniel, Dao Quang Minh
2014-06-27 02:52:36 -04:00
committed by Tibor Vass
parent f6da8c9b50
commit 34b3bfca6e

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