github.com/clcy1243/docker@v1.6.0-rc3/docs/man/docker-logout.1.md (about) 1 % DOCKER(1) Docker User Manuals 2 % Docker Community 3 % JUNE 2014 4 # NAME 5 docker-logout - Log out from a Docker registry, if no server is specified "https://index.docker.io/v1/" is the default. 6 7 # SYNOPSIS 8 **docker logout** 9 [SERVER] 10 11 # DESCRIPTION 12 Log the user out from a Docker registry, if no server is 13 specified "https://index.docker.io/v1/" is the default. If you want to 14 log out from a private registry you can specify this by adding the server name. 15 16 # OPTIONS 17 There are no available options. 18 19 # EXAMPLES 20 21 ## Log out from a local registry 22 23 # docker logout localhost:8080 24 25 # See also 26 **docker-login(1)** to register or log in to a Docker registry server. 27 28 # HISTORY 29 June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io) 30 July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>