mirror of https://github.com/docker/cli.git
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:
parent
dbec9b15d4
commit
eaca49cde5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue