% DOCKER(1) Docker User Manuals % William Henry % APRIL 2014
docker-logout - Log the user out of a Docker registry server
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. If you want to logout of a private registry you can specify this by adding the server name.
# docker logout localhost:8080
April 2014, Originally compiled by William Henry (whenry at redhat dot com) based on docker.io source material and internal work.