mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
06bc4e0752
"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)
615 B
615 B
% DOCKER(1) Docker User Manuals % William Henry % APRIL 2014
NAME
docker-logout - Log the user out of a Docker registry server
SYNOPSIS
docker logout [SERVER]
DESCRIPTION
Log the user out of a docker registry server, , if no server is specified "https://index.docker.io/v1/" is the default. If you want to logout of a private registry you can specify this by adding the server name.
EXAMPLE
Logout of a local registry
# docker logout localhost:8080
HISTORY
April 2014, Originally compiled by William Henry (whenry at redhat dot com) based on docker.io source material and internal work.