man/docker-logout.1.md
06bc4e07
 % DOCKER(1) Docker User Manuals
5743cc34
 % Docker Community
4b5b3b43
 % JUNE 2014
06bc4e07
 # NAME
f38232b4
 docker-logout - Log out from a Docker registry.
06bc4e07
 
 # SYNOPSIS
5743cc34
 **docker logout**
 [SERVER]
06bc4e07
 
 # DESCRIPTION
7b2b7df3
 Log out of a Docker Registry located on the specified `SERVER`. You can
b6d55ebc
 specify a URL or a `hostname` for the `SERVER` value. If you do not specify a
 `SERVER`, the command attempts to log you out of Docker's public registry
 located at `https://registry-1.docker.io/` by default.  
06bc4e07
 
5743cc34
 # OPTIONS
 There are no available options.
 
 # EXAMPLES
06bc4e07
 
b6d55ebc
 ## Log out from a registry on your localhost
06bc4e07
 
     # docker logout localhost:8080
 
41dc0e08
 # See also
971c080b
 **docker-login(1)** to log in to a Docker registry server.
41dc0e08
 
06bc4e07
 # HISTORY
4b5b3b43
 June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
5743cc34
 July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
b6d55ebc
 April 2015, updated by Mary Anthony for v2 <mary@docker.com>